#C06BB4

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

Shades of Fuchsia #C06BB4

Tints of Fuchsia #C06BB4

Color information

#C06BB4 (or 0xC06BB4) is unknown color: approx Fuchsia. HEX triplet: C0, 6B and B4. RGB value is (192,107,180). Sum of RGB (Red+Green+Blue) = 192+107+180=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BB4 is #3F944B. Grayscale: #8C8C8C. Windows color (decimal): -4166732 or 11824064. OLE color: 11824064.

HSL color Cylindrical-coordinate representation of color #C06BB4: hue angle of 308.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06BB4 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192107180-
CMYK00.440.060.25
HSL308.47º40.28%58.63%-
HSV(B)308.47º44.27%75.29%-
XYZ35.2325.0246.15-
YUV140.74150.16164.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=40.08%
G=22.34%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210718000.440.060.25308.4740.2858.63
HexC06BB402C619134283b
Octal3001532640546314645073
Binary11000000110101110110100010110011011001100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BB4; }

 p { color: rgb(192,107,180); }

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

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

 a { background-color: rgb(192,107,180); }

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

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

 span { border-color: rgb(192,107,180); }

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