Shades of Fuchsia #CA2BB5
Tints of Fuchsia #CA2BB5
RGB
CMYK
RGB Variations
Color information
#CA2BB5 (or 0xCA2BB5) is known color: Fuchsia. HEX triplet: CA, 2B and B5. RGB value is (202,43,181). Sum of RGB (Red+Green+Blue) = 202+43+181=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 181 (71.09% from 255 or 42.49% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BB5 is #35D44A. Grayscale: #696969. Windows color (decimal): -3527755 or 11873226. OLE color: 11873226.
HSL color Cylindrical-coordinate representation of color #CA2BB5: hue angle of 307.92º 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 #CA2BB5 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 181 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.21 |
| HSL | 307.92º | 0.65% | 0.48% | - |
| HSV(B) | 307.92º | 0.79% | 0.79% | - |
| XYZ | 33.56 | 17.62 | 45.35 | - |
| YUV | 106.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 181 | 0 | 0.79 | 0.10 | 0.21 | 307.92 | 0.65 | 0.48 |
| Hex | CA | 2B | B5 | 0 | 4F | A | 15 | 134 | 41 | 30 |
| Octal | 312 | 53 | 265 | 0 | 117 | 12 | 25 | 464 | 101 | 60 |
| Binary | 11001010 | 101011 | 10110101 | 0 | 1001111 | 1010 | 10101 | 100110100 | 1000001 | 110000 |
Color Harmonies of #CA2BB5
Complementary color
Monochromatic Colors of #CA2BB5
Black with #CA2BB5
Text Example
Text Example
White with #CA2BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BB5; }
p { color: rgb(202,43,181); }
H1.HeaderClassName
{
color: #CA2BB5;
}
.AnyTagClassName
{
color: #CA2BB5;
}
</style>
background-color css
<style>
a { background-color: #CA2BB5; }
a { background-color: rgb(202,43,181); }
div.DivClassName
{
background-color: #CA2BB5;
}
.BgClassName
{
background-color: #CA2BB5;
}
</style>
border-color css
<style>
span { border-color: #CA2BB5; }
span { border-color: rgb(202,43,181); }
td.TdClassName
{
border-color: #CA2BB5;
}
.TagClassName
{
border-color: #CA2BB5;
}
</style>