#C82BB0

Color #C82BB0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C82BB0

Tints of Fuchsia #C82BB0

Color information

#C82BB0 (or 0xC82BB0) is unknown color: approx Fuchsia. HEX triplet: C8, 2B and B0. RGB value is (200,43,176). Sum of RGB (Red+Green+Blue) = 200+43+176=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BB0 is #37D44F. Grayscale: #686868. Windows color (decimal): -3658832 or 11545544. OLE color: 11545544.

HSL color Cylindrical-coordinate representation of color #C82BB0: hue angle of 309.17º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82BB0 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB20043176-
CMYK00.780.120.22
HSL309.17º64.61%47.65%-
HSV(B)309.17º78.5%78.43%-
XYZ32.5217.1442.67-
YUV105.1168.01195.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 43 (17.19% from 255) = 10.26%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=47.73%
G=10.26%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004317600.780.120.22309.1764.6147.65
HexC82BB004EC161354130
Octal310532600116142646510160
Binary1100100010101110110000010011101100101101001101011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82BB0; }

 p { color: rgb(200,43,176); }

 H1.HeaderClassName
 {
   color: #C82BB0;
 }
 .AnyTagClassName
 {
   color: #C82BB0;
 }
</style>
background-color css

<style>
 a { background-color: #C82BB0; }

 a { background-color: rgb(200,43,176); }

 div.DivClassName
 {
   background-color: #C82BB0;
 }
 .BgClassName
 {
   background-color: #C82BB0;
 }
</style>
border-color css

<style>
 span { border-color: #C82BB0; }

 span { border-color: rgb(200,43,176); }

 td.TdClassName
 {
   border-color: #C82BB0;
 }
 .TagClassName
 {
   border-color: #C82BB0;
 }
</style>