#C06CBC

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

Shades of Fuchsia #C06CBC

Tints of Fuchsia #C06CBC

Color information

#C06CBC (or 0xC06CBC) is unknown color: approx Fuchsia. HEX triplet: C0, 6C and BC. RGB value is (192,108,188). Sum of RGB (Red+Green+Blue) = 192+108+188=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CBC is #3F9343. Grayscale: #8E8E8E. Windows color (decimal): -4166468 or 12348608. OLE color: 12348608.

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

Color convert

RGB192108188-
CMYK00.440.020.25
HSL302.86º40%58.82%-
HSV(B)302.86º43.75%75.29%-
XYZ36.1825.5650.6-
YUV142.24153.83163.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 108 (42.58% from 255) = 22.13%
BLUE value IS 188 (73.83% from 255) = 38.52%
R=39.34%
G=22.13%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210818800.440.020.25302.864058.82
HexC06CBC02C21912f283b
Octal3001542740542314575073
Binary1100000011011001011110001011001011001100101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CBC; }

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

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

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

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

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

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

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

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