Shades of Fuchsia #CA2ABC
Tints of Fuchsia #CA2ABC
RGB
CMYK
RGB Variations
Color information
#CA2ABC (or 0xCA2ABC) is known color: Fuchsia. HEX triplet: CA, 2A and BC. RGB value is (202,42,188). Sum of RGB (Red+Green+Blue) = 202+42+188=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ABC is #35D543. Grayscale: #6A6A6A. Windows color (decimal): -3528004 or 12331722. OLE color: 12331722.
HSL color Cylindrical-coordinate representation of color #CA2ABC: hue angle of 305.25º 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 #CA2ABC is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 188 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.21 |
| HSL | 305.25º | 0.66% | 0.48% | - |
| HSV(B) | 305.25º | 0.79% | 0.79% | - |
| XYZ | 34.26 | 17.84 | 49.22 | - |
| YUV | 106.48 | 174.01 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 188 | 0 | 0.79 | 0.07 | 0.21 | 305.25 | 0.66 | 0.48 |
| Hex | CA | 2A | BC | 0 | 4F | 7 | 15 | 131 | 42 | 30 |
| Octal | 312 | 52 | 274 | 0 | 117 | 7 | 25 | 461 | 102 | 60 |
| Binary | 11001010 | 101010 | 10111100 | 0 | 1001111 | 111 | 10101 | 100110001 | 1000010 | 110000 |
Color Harmonies of #CA2ABC
Complementary color
Monochromatic Colors of #CA2ABC
Black with #CA2ABC
Text Example
Text Example
White with #CA2ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ABC; }
p { color: rgb(202,42,188); }
H1.HeaderClassName
{
color: #CA2ABC;
}
.AnyTagClassName
{
color: #CA2ABC;
}
</style>
background-color css
<style>
a { background-color: #CA2ABC; }
a { background-color: rgb(202,42,188); }
div.DivClassName
{
background-color: #CA2ABC;
}
.BgClassName
{
background-color: #CA2ABC;
}
</style>
border-color css
<style>
span { border-color: #CA2ABC; }
span { border-color: rgb(202,42,188); }
td.TdClassName
{
border-color: #CA2ABC;
}
.TagClassName
{
border-color: #CA2ABC;
}
</style>