#C366CB

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

Shades of Fuchsia #C366CB

Tints of Fuchsia #C366CB

Color information

#C366CB (or 0xC366CB) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and CB. RGB value is (195,102,203). Sum of RGB (Red+Green+Blue) = 195+102+203=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C366CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CB is #3C9934. Grayscale: #8D8D8D. Windows color (decimal): -3971381 or 13330115. OLE color: 13330115.

HSL color Cylindrical-coordinate representation of color #C366CB: hue angle of 295.25º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C366CB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195102203-
CMYK0.040.5000.20
HSL295.25º49.27%59.8%-
HSV(B)295.25º49.75%79.61%-
XYZ38.0425.4259.4-
YUV141.32162.81166.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=39%
G=20.4%
B=40.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951022030.040.5000.20295.2549.2759.8
HexC366CB432014127313c
Octal3031463134620244476174
Binary11000011110011011001011100110010010100100100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366CB; }

 p { color: rgb(195,102,203); }

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

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

 a { background-color: rgb(195,102,203); }

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

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

 span { border-color: rgb(195,102,203); }

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