Shades of Fuchsia #CA39CE
Tints of Fuchsia #CA39CE
RGB
CMYK
RGB Variations
Color information
#CA39CE (or 0xCA39CE) is known color: 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
| RGB | 202 | 57 | 206 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.19 |
| HSL | 298.39º | 0.6% | 0.52% | - |
| HSV(B) | 298.39º | 0.72% | 0.81% | - |
| XYZ | 36.96 | 19.94 | 60.29 | - |
| YUV | 117.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 206 | 0.02 | 0.72 | 0 | 0.19 | 298.39 | 0.6 | 0.52 |
| Hex | CA | 39 | CE | 2 | 48 | 0 | 13 | 12A | 3C | 34 |
| Octal | 312 | 71 | 316 | 2 | 110 | 0 | 23 | 452 | 74 | 64 |
| Binary | 11001010 | 111001 | 11001110 | 10 | 1001000 | 0 | 10011 | 100101010 | 111100 | 110100 |
Color Harmonies of #CA39CE
Complementary color
Monochromatic Colors of #CA39CE
Black with #CA39CE
Text Example
Text Example
White with #CA39CE
Text Example
Text Example
HTML Codes & Css Web 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>