#C06CBB

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

Shades of Fuchsia #C06CBB

Tints of Fuchsia #C06CBB

Color information

#C06CBB (or 0xC06CBB) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and BB. RGB value is (192,108,187). Sum of RGB (Red+Green+Blue) = 192+108+187=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBB is #3F9344. Grayscale: #8D8D8D. Windows color (decimal): -4166469 or 12283072. OLE color: 12283072.

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

Color convert

RGB192108187-
CMYK00.440.030.25
HSL303.57º40%58.82%-
HSV(B)303.57º43.75%75.29%-
XYZ36.0725.5250.04-
YUV142.12153.33163.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=39.43%
G=22.18%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210818700.440.030.25303.574058.82
HexC06CBB02C319130283b
Octal3001542730543314605073
Binary1100000011011001011101101011001111001100110000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CBB; }

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

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

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

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

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

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

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

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