#C06FBB

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

Shades of Fuchsia #C06FBB

Tints of Fuchsia #C06FBB

Color information

#C06FBB (or 0xC06FBB) is unknown color: approx Fuchsia. HEX triplet: C0, 6F and BB. RGB value is (192,111,187). Sum of RGB (Red+Green+Blue) = 192+111+187=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C06FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FBB is #3F9044. Grayscale: #8F8F8F. Windows color (decimal): -4165701 or 12283840. OLE color: 12283840.

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

Color convert

RGB192111187-
CMYK00.420.030.25
HSL303.7º39.13%59.41%-
HSV(B)303.7º42.19%75.29%-
XYZ36.3926.1650.15-
YUV143.88152.34162.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 111 (43.75% from 255) = 22.65%
BLUE value IS 187 (73.44% from 255) = 38.16%
R=39.18%
G=22.65%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211118700.420.030.25303.739.1359.41
HexC06FBB02A319130273b
Octal3001572730523314604773
Binary1100000011011111011101101010101111001100110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06FBB; }

 p { color: rgb(192,111,187); }

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

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

 a { background-color: rgb(192,111,187); }

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

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

 span { border-color: rgb(192,111,187); }

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