Shades of Fuchsia #CA35D1
Tints of Fuchsia #CA35D1
RGB
CMYK
RGB Variations
Color information
#CA35D1 (or 0xCA35D1) is known color: Fuchsia. HEX triplet: CA, 35 and D1. RGB value is (202,53,209). Sum of RGB (Red+Green+Blue) = 202+53+209=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35D1 is #35CA2E. Grayscale: #727272. Windows color (decimal): -3525167 or 13710794. OLE color: 13710794.
HSL color Cylindrical-coordinate representation of color #CA35D1: hue angle of 297.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA35D1 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 53 | 209 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.31º | 0.63% | 0.51% | - |
| HSV(B) | 297.31º | 0.75% | 0.82% | - |
| XYZ | 37.14 | 19.71 | 62.17 | - |
| YUV | 115.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 209 | 0.03 | 0.75 | 0 | 0.18 | 297.31 | 0.63 | 0.51 |
| Hex | CA | 35 | D1 | 3 | 4B | 0 | 12 | 129 | 3F | 33 |
| Octal | 312 | 65 | 321 | 3 | 113 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001010 | 110101 | 11010001 | 11 | 1001011 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #CA35D1
Complementary color
Monochromatic Colors of #CA35D1
Black with #CA35D1
Text Example
Text Example
White with #CA35D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35D1; }
p { color: rgb(202,53,209); }
H1.HeaderClassName
{
color: #CA35D1;
}
.AnyTagClassName
{
color: #CA35D1;
}
</style>
background-color css
<style>
a { background-color: #CA35D1; }
a { background-color: rgb(202,53,209); }
div.DivClassName
{
background-color: #CA35D1;
}
.BgClassName
{
background-color: #CA35D1;
}
</style>
border-color css
<style>
span { border-color: #CA35D1; }
span { border-color: rgb(202,53,209); }
td.TdClassName
{
border-color: #CA35D1;
}
.TagClassName
{
border-color: #CA35D1;
}
</style>