Shades of Fuchsia #CA35C5
Tints of Fuchsia #CA35C5
RGB
CMYK
RGB Variations
Color information
#CA35C5 (or 0xCA35C5) is known color: Fuchsia. HEX triplet: CA, 35 and C5. RGB value is (202,53,197). Sum of RGB (Red+Green+Blue) = 202+53+197=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA35C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35C5 is #35CA3A. Grayscale: #717171. Windows color (decimal): -3525179 or 12924362. OLE color: 12924362.
HSL color Cylindrical-coordinate representation of color #CA35C5: hue angle of 302.01º 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 #CA35C5 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 197 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.21 |
| HSL | 302.01º | 0.58% | 0.5% | - |
| HSV(B) | 302.01º | 0.74% | 0.79% | - |
| XYZ | 35.71 | 19.13 | 54.63 | - |
| YUV | 113.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 197 | 0 | 0.74 | 0.02 | 0.21 | 302.01 | 0.58 | 0.5 |
| Hex | CA | 35 | C5 | 0 | 4A | 2 | 15 | 12E | 3A | 32 |
| Octal | 312 | 65 | 305 | 0 | 112 | 2 | 25 | 456 | 72 | 62 |
| Binary | 11001010 | 110101 | 11000101 | 0 | 1001010 | 10 | 10101 | 100101110 | 111010 | 110010 |
Color Harmonies of #CA35C5
Complementary color
Monochromatic Colors of #CA35C5
Black with #CA35C5
Text Example
Text Example
White with #CA35C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35C5; }
p { color: rgb(202,53,197); }
H1.HeaderClassName
{
color: #CA35C5;
}
.AnyTagClassName
{
color: #CA35C5;
}
</style>
background-color css
<style>
a { background-color: #CA35C5; }
a { background-color: rgb(202,53,197); }
div.DivClassName
{
background-color: #CA35C5;
}
.BgClassName
{
background-color: #CA35C5;
}
</style>
border-color css
<style>
span { border-color: #CA35C5; }
span { border-color: rgb(202,53,197); }
td.TdClassName
{
border-color: #CA35C5;
}
.TagClassName
{
border-color: #CA35C5;
}
</style>