Shades of Fuchsia #CA2AC0
Tints of Fuchsia #CA2AC0
RGB
CMYK
RGB Variations
Color information
#CA2AC0 (or 0xCA2AC0) is known color: Fuchsia. HEX triplet: CA, 2A and C0. RGB value is (202,42,192). Sum of RGB (Red+Green+Blue) = 202+42+192=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AC0 is #35D53F. Grayscale: #6A6A6A. Windows color (decimal): -3528000 or 12593866. OLE color: 12593866.
HSL color Cylindrical-coordinate representation of color #CA2AC0: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2AC0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 192 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.21 |
| HSL | 303.75º | 0.66% | 0.48% | - |
| HSV(B) | 303.75º | 0.79% | 0.79% | - |
| XYZ | 34.7 | 18.02 | 51.52 | - |
| YUV | 106.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 192 | 0 | 0.79 | 0.05 | 0.21 | 303.75 | 0.66 | 0.48 |
| Hex | CA | 2A | C0 | 0 | 4F | 5 | 15 | 130 | 42 | 30 |
| Octal | 312 | 52 | 300 | 0 | 117 | 5 | 25 | 460 | 102 | 60 |
| Binary | 11001010 | 101010 | 11000000 | 0 | 1001111 | 101 | 10101 | 100110000 | 1000010 | 110000 |
Color Harmonies of #CA2AC0
Complementary color
Monochromatic Colors of #CA2AC0
Black with #CA2AC0
Text Example
Text Example
White with #CA2AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AC0; }
p { color: rgb(202,42,192); }
H1.HeaderClassName
{
color: #CA2AC0;
}
.AnyTagClassName
{
color: #CA2AC0;
}
</style>
background-color css
<style>
a { background-color: #CA2AC0; }
a { background-color: rgb(202,42,192); }
div.DivClassName
{
background-color: #CA2AC0;
}
.BgClassName
{
background-color: #CA2AC0;
}
</style>
border-color css
<style>
span { border-color: #CA2AC0; }
span { border-color: rgb(202,42,192); }
td.TdClassName
{
border-color: #CA2AC0;
}
.TagClassName
{
border-color: #CA2AC0;
}
</style>