#CA39CE

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

Shades of Fuchsia #CA39CE

Tints of Fuchsia #CA39CE

Color information

#CA39CE (or 0xCA39CE) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and CE. RGB value is (202,57,206). Sum of RGB (Red+Green+Blue) = 202+57+206=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39CE is #35C631. Grayscale: #747474. Windows color (decimal): -3524146 or 13515210. OLE color: 13515210.

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

Color convert

RGB20257206-
CMYK0.020.7200.19
HSL298.39º60.32%51.57%-
HSV(B)298.39º72.33%80.78%-
XYZ36.9619.9460.29-
YUV117.34178.04188.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 57 (22.66% from 255) = 12.26%
BLUE value IS 206 (80.86% from 255) = 44.30%
R=43.44%
G=12.26%
B=44.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202572060.020.7200.19298.3960.3251.57
HexCA39CE24801312a3c34
Octal3127131621100234527464
Binary1100101011100111001110101001000010011100101010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39CE; }

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

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

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

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

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

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

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

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