#C06CBF

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

Shades of Fuchsia #C06CBF

Tints of Fuchsia #C06CBF

Color information

#C06CBF (or 0xC06CBF) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and BF. RGB value is (192,108,191). Sum of RGB (Red+Green+Blue) = 192+108+191=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBF is #3F9340. Grayscale: #8E8E8E. Windows color (decimal): -4166465 or 12545216. OLE color: 12545216.

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

Color convert

RGB192108191-
CMYK00.440.010.25
HSL300.71º40%58.82%-
HSV(B)300.71º43.75%75.29%-
XYZ36.525.6952.33-
YUV142.58155.33163.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 108 (42.58% from 255) = 22.00%
BLUE value IS 191 (75% from 255) = 38.90%
R=39.10%
G=22.00%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210819100.440.010.25300.714058.82
HexC06CBF02C11912d283b
Octal3001542770541314555073
Binary110000001101100101111110101100111001100101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CBF; }

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

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

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

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

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

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

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

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