Shades of Fuchsia #CA2BBB
Tints of Fuchsia #CA2BBB
RGB
CMYK
RGB Variations
Color information
#CA2BBB (or 0xCA2BBB) is known color: Fuchsia. HEX triplet: CA, 2B and BB. RGB value is (202,43,187). Sum of RGB (Red+Green+Blue) = 202+43+187=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BBB is #35D444. Grayscale: #6A6A6A. Windows color (decimal): -3527749 or 12266442. OLE color: 12266442.
HSL color Cylindrical-coordinate representation of color #CA2BBB: hue angle of 305.66º 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 #CA2BBB is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 187 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.21 |
| HSL | 305.66º | 0.65% | 0.48% | - |
| HSV(B) | 305.66º | 0.79% | 0.79% | - |
| XYZ | 34.19 | 17.87 | 48.66 | - |
| YUV | 106.96 | 173.18 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 187 | 0 | 0.79 | 0.07 | 0.21 | 305.66 | 0.65 | 0.48 |
| Hex | CA | 2B | BB | 0 | 4F | 7 | 15 | 132 | 41 | 30 |
| Octal | 312 | 53 | 273 | 0 | 117 | 7 | 25 | 462 | 101 | 60 |
| Binary | 11001010 | 101011 | 10111011 | 0 | 1001111 | 111 | 10101 | 100110010 | 1000001 | 110000 |
Color Harmonies of #CA2BBB
Complementary color
Monochromatic Colors of #CA2BBB
Black with #CA2BBB
Text Example
Text Example
White with #CA2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BBB; }
p { color: rgb(202,43,187); }
H1.HeaderClassName
{
color: #CA2BBB;
}
.AnyTagClassName
{
color: #CA2BBB;
}
</style>
background-color css
<style>
a { background-color: #CA2BBB; }
a { background-color: rgb(202,43,187); }
div.DivClassName
{
background-color: #CA2BBB;
}
.BgClassName
{
background-color: #CA2BBB;
}
</style>
border-color css
<style>
span { border-color: #CA2BBB; }
span { border-color: rgb(202,43,187); }
td.TdClassName
{
border-color: #CA2BBB;
}
.TagClassName
{
border-color: #CA2BBB;
}
</style>