Shades of Fuchsia #CA2DBB
Tints of Fuchsia #CA2DBB
RGB
CMYK
RGB Variations
Color information
#CA2DBB (or 0xCA2DBB) is known color: Fuchsia. HEX triplet: CA, 2D and BB. RGB value is (202,45,187). Sum of RGB (Red+Green+Blue) = 202+45+187=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DBB is #35D244. Grayscale: #6B6B6B. Windows color (decimal): -3527237 or 12266954. OLE color: 12266954.
HSL color Cylindrical-coordinate representation of color #CA2DBB: hue angle of 305.73º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DBB is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 187 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.21 |
| HSL | 305.73º | 0.64% | 0.48% | - |
| HSV(B) | 305.73º | 0.78% | 0.79% | - |
| XYZ | 34.27 | 18.02 | 48.69 | - |
| YUV | 108.13 | 172.51 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 187 | 0 | 0.78 | 0.07 | 0.21 | 305.73 | 0.64 | 0.48 |
| Hex | CA | 2D | BB | 0 | 4E | 7 | 15 | 132 | 40 | 30 |
| Octal | 312 | 55 | 273 | 0 | 116 | 7 | 25 | 462 | 100 | 60 |
| Binary | 11001010 | 101101 | 10111011 | 0 | 1001110 | 111 | 10101 | 100110010 | 1000000 | 110000 |
Color Harmonies of #CA2DBB
Complementary color
Monochromatic Colors of #CA2DBB
Black with #CA2DBB
Text Example
Text Example
White with #CA2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DBB; }
p { color: rgb(202,45,187); }
H1.HeaderClassName
{
color: #CA2DBB;
}
.AnyTagClassName
{
color: #CA2DBB;
}
</style>
background-color css
<style>
a { background-color: #CA2DBB; }
a { background-color: rgb(202,45,187); }
div.DivClassName
{
background-color: #CA2DBB;
}
.BgClassName
{
background-color: #CA2DBB;
}
</style>
border-color css
<style>
span { border-color: #CA2DBB; }
span { border-color: rgb(202,45,187); }
td.TdClassName
{
border-color: #CA2DBB;
}
.TagClassName
{
border-color: #CA2DBB;
}
</style>