Shades of Fuchsia #CA2BB0
Tints of Fuchsia #CA2BB0
RGB
CMYK
RGB Variations
Color information
#CA2BB0 (or 0xCA2BB0) is known color: Fuchsia. HEX triplet: CA, 2B and B0. RGB value is (202,43,176). Sum of RGB (Red+Green+Blue) = 202+43+176=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BB0 is #35D44F. Grayscale: #696969. Windows color (decimal): -3527760 or 11545546. OLE color: 11545546.
HSL color Cylindrical-coordinate representation of color #CA2BB0: hue angle of 309.81º degrees, saturation: 0.65, 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 #CA2BB0 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 176 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.21 |
| HSL | 309.81º | 0.65% | 0.48% | - |
| HSV(B) | 309.81º | 0.79% | 0.79% | - |
| XYZ | 33.06 | 17.42 | 42.69 | - |
| YUV | 105.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 176 | 0 | 0.79 | 0.13 | 0.21 | 309.81 | 0.65 | 0.48 |
| Hex | CA | 2B | B0 | 0 | 4F | D | 15 | 136 | 41 | 30 |
| Octal | 312 | 53 | 260 | 0 | 117 | 15 | 25 | 466 | 101 | 60 |
| Binary | 11001010 | 101011 | 10110000 | 0 | 1001111 | 1101 | 10101 | 100110110 | 1000001 | 110000 |
Color Harmonies of #CA2BB0
Complementary color
Monochromatic Colors of #CA2BB0
Black with #CA2BB0
Text Example
Text Example
White with #CA2BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BB0; }
p { color: rgb(202,43,176); }
H1.HeaderClassName
{
color: #CA2BB0;
}
.AnyTagClassName
{
color: #CA2BB0;
}
</style>
background-color css
<style>
a { background-color: #CA2BB0; }
a { background-color: rgb(202,43,176); }
div.DivClassName
{
background-color: #CA2BB0;
}
.BgClassName
{
background-color: #CA2BB0;
}
</style>
border-color css
<style>
span { border-color: #CA2BB0; }
span { border-color: rgb(202,43,176); }
td.TdClassName
{
border-color: #CA2BB0;
}
.TagClassName
{
border-color: #CA2BB0;
}
</style>