Shades of Fuchsia #CA2AB8
Tints of Fuchsia #CA2AB8
RGB
CMYK
RGB Variations
Color information
#CA2AB8 (or 0xCA2AB8) is known color: Fuchsia. HEX triplet: CA, 2A and B8. RGB value is (202,42,184). Sum of RGB (Red+Green+Blue) = 202+42+184=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AB8 is #35D547. Grayscale: #696969. Windows color (decimal): -3528008 or 12069578. OLE color: 12069578.
HSL color Cylindrical-coordinate representation of color #CA2AB8: hue angle of 306.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 #CA2AB8 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 184 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.21 |
| HSL | 306.75º | 0.66% | 0.48% | - |
| HSV(B) | 306.75º | 0.79% | 0.79% | - |
| XYZ | 33.84 | 17.67 | 46.98 | - |
| YUV | 106.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 184 | 0 | 0.79 | 0.09 | 0.21 | 306.75 | 0.66 | 0.48 |
| Hex | CA | 2A | B8 | 0 | 4F | 9 | 15 | 133 | 42 | 30 |
| Octal | 312 | 52 | 270 | 0 | 117 | 11 | 25 | 463 | 102 | 60 |
| Binary | 11001010 | 101010 | 10111000 | 0 | 1001111 | 1001 | 10101 | 100110011 | 1000010 | 110000 |
Color Harmonies of #CA2AB8
Complementary color
Monochromatic Colors of #CA2AB8
Black with #CA2AB8
Text Example
Text Example
White with #CA2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AB8; }
p { color: rgb(202,42,184); }
H1.HeaderClassName
{
color: #CA2AB8;
}
.AnyTagClassName
{
color: #CA2AB8;
}
</style>
background-color css
<style>
a { background-color: #CA2AB8; }
a { background-color: rgb(202,42,184); }
div.DivClassName
{
background-color: #CA2AB8;
}
.BgClassName
{
background-color: #CA2AB8;
}
</style>
border-color css
<style>
span { border-color: #CA2AB8; }
span { border-color: rgb(202,42,184); }
td.TdClassName
{
border-color: #CA2AB8;
}
.TagClassName
{
border-color: #CA2AB8;
}
</style>