Shades of Fuchsia #CA2DB9
Tints of Fuchsia #CA2DB9
RGB
CMYK
RGB Variations
Color information
#CA2DB9 (or 0xCA2DB9) is known color: Fuchsia. HEX triplet: CA, 2D and B9. RGB value is (202,45,185). Sum of RGB (Red+Green+Blue) = 202+45+185=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DB9 is #35D246. Grayscale: #6B6B6B. Windows color (decimal): -3527239 or 12135882. OLE color: 12135882.
HSL color Cylindrical-coordinate representation of color #CA2DB9: hue angle of 306.5º 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 #CA2DB9 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 185 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.21 |
| HSL | 306.5º | 0.64% | 0.48% | - |
| HSV(B) | 306.5º | 0.78% | 0.79% | - |
| XYZ | 34.05 | 17.94 | 47.57 | - |
| YUV | 107.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 185 | 0 | 0.78 | 0.08 | 0.21 | 306.5 | 0.64 | 0.48 |
| Hex | CA | 2D | B9 | 0 | 4E | 8 | 15 | 132 | 40 | 30 |
| Octal | 312 | 55 | 271 | 0 | 116 | 10 | 25 | 462 | 100 | 60 |
| Binary | 11001010 | 101101 | 10111001 | 0 | 1001110 | 1000 | 10101 | 100110010 | 1000000 | 110000 |
Color Harmonies of #CA2DB9
Complementary color
Monochromatic Colors of #CA2DB9
Black with #CA2DB9
Text Example
Text Example
White with #CA2DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DB9; }
p { color: rgb(202,45,185); }
H1.HeaderClassName
{
color: #CA2DB9;
}
.AnyTagClassName
{
color: #CA2DB9;
}
</style>
background-color css
<style>
a { background-color: #CA2DB9; }
a { background-color: rgb(202,45,185); }
div.DivClassName
{
background-color: #CA2DB9;
}
.BgClassName
{
background-color: #CA2DB9;
}
</style>
border-color css
<style>
span { border-color: #CA2DB9; }
span { border-color: rgb(202,45,185); }
td.TdClassName
{
border-color: #CA2DB9;
}
.TagClassName
{
border-color: #CA2DB9;
}
</style>