#C366CA

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

Shades of Fuchsia #C366CA

Tints of Fuchsia #C366CA

Color information

#C366CA (or 0xC366CA) is unknown color: approx Fuchsia. HEX triplet: C3, 66 and CA. RGB value is (195,102,202). Sum of RGB (Red+Green+Blue) = 195+102+202=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C366CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CA is #3C9935. Grayscale: #8C8C8C. Windows color (decimal): -3971382 or 13264579. OLE color: 13264579.

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

Color convert

RGB195102202-
CMYK0.030.5000.21
HSL295.8º48.54%59.61%-
HSV(B)295.8º49.5%79.22%-
XYZ37.9225.3758.78-
YUV141.21162.31166.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=39.08%
G=20.44%
B=40.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951022020.030.5000.21295.848.5459.61
HexC366CA332015128313c
Octal3031463123620254506174
Binary1100001111001101100101011110010010101100101000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366CA; }

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

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

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

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

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

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

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

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