Shades of Fuchsia #CA35CA
Tints of Fuchsia #CA35CA
RGB
CMYK
RGB Variations
Color information
#CA35CA (or 0xCA35CA) is known color: Fuchsia. HEX triplet: CA, 35 and CA. RGB value is (202,53,202). Sum of RGB (Red+Green+Blue) = 202+53+202=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35CA is #35CA35. Grayscale: #727272. Windows color (decimal): -3525174 or 13252042. OLE color: 13252042.
HSL color Cylindrical-coordinate representation of color #CA35CA: hue angle of 300º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA35CA is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 202 | - |
| CMYK | 0 | 0.74 | 0 | 0.21 |
| HSL | 300º | 0.58% | 0.5% | - |
| HSV(B) | 300º | 0.74% | 0.79% | - |
| XYZ | 36.29 | 19.37 | 57.7 | - |
| YUV | 114.54 | 177.36 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 202 | 0 | 0.74 | 0 | 0.21 | 300 | 0.58 | 0.5 |
| Hex | CA | 35 | CA | 0 | 4A | 0 | 15 | 12C | 3A | 32 |
| Octal | 312 | 65 | 312 | 0 | 112 | 0 | 25 | 454 | 72 | 62 |
| Binary | 11001010 | 110101 | 11001010 | 0 | 1001010 | 0 | 10101 | 100101100 | 111010 | 110010 |
Color Harmonies of #CA35CA
Complementary color
Monochromatic Colors of #CA35CA
Black with #CA35CA
Text Example
Text Example
White with #CA35CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35CA; }
p { color: rgb(202,53,202); }
H1.HeaderClassName
{
color: #CA35CA;
}
.AnyTagClassName
{
color: #CA35CA;
}
</style>
background-color css
<style>
a { background-color: #CA35CA; }
a { background-color: rgb(202,53,202); }
div.DivClassName
{
background-color: #CA35CA;
}
.BgClassName
{
background-color: #CA35CA;
}
</style>
border-color css
<style>
span { border-color: #CA35CA; }
span { border-color: rgb(202,53,202); }
td.TdClassName
{
border-color: #CA35CA;
}
.TagClassName
{
border-color: #CA35CA;
}
</style>