#CA59CE

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

Shades of Fuchsia #CA59CE

Tints of Fuchsia #CA59CE

Color information

#CA59CE (or 0xCA59CE) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and CE. RGB value is (202,89,206). Sum of RGB (Red+Green+Blue) = 202+89+206=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59CE is #35A631. Grayscale: #878787. Windows color (decimal): -3515954 or 13523402. OLE color: 13523402.

HSL color Cylindrical-coordinate representation of color #CA59CE: hue angle of 297.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA59CE is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20289206-
CMYK0.020.5700.19
HSL297.95º54.42%57.84%-
HSV(B)297.95º56.8%80.78%-
XYZ39.0724.1661-
YUV136.12167.44174.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 89 (35.16% from 255) = 17.91%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=40.64%
G=17.91%
B=41.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202892060.020.5700.19297.9554.4257.84
HexCA59CE23901312a363a
Octal3121313162710234526672
Binary1100101010110011100111010111001010011100101010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59CE; }

 p { color: rgb(202,89,206); }

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

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

 a { background-color: rgb(202,89,206); }

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

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

 span { border-color: rgb(202,89,206); }

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