#C06BB2

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

Shades of Fuchsia #C06BB2

Tints of Fuchsia #C06BB2

Color information

#C06BB2 (or 0xC06BB2) is unknown color: approx Fuchsia. HEX triplet: C0, 6B and B2. RGB value is (192,107,178). Sum of RGB (Red+Green+Blue) = 192+107+178=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C06BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06BB2 is #3F944D. Grayscale: #8C8C8C. Windows color (decimal): -4166734 or 11692992. OLE color: 11692992.

HSL color Cylindrical-coordinate representation of color #C06BB2: hue angle of 309.88º 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 #C06BB2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192107178-
CMYK00.440.070.25
HSL309.88º40.28%58.63%-
HSV(B)309.88º44.27%75.29%-
XYZ35.0324.9445.09-
YUV140.51149.16164.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=40.25%
G=22.43%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210717800.440.070.25309.8840.2858.63
HexC06BB202C719136283b
Octal3001532620547314665073
Binary11000000110101110110010010110011111001100110110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BB2; }

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

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

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

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

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

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

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

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