Shades of Fuchsia #CA2DC9
Tints of Fuchsia #CA2DC9
RGB
CMYK
RGB Variations
Color information
#CA2DC9 (or 0xCA2DC9) is known color: Fuchsia. HEX triplet: CA, 2D and C9. RGB value is (202,45,201). Sum of RGB (Red+Green+Blue) = 202+45+201=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DC9 is #35D236. Grayscale: #6D6D6D. Windows color (decimal): -3527223 or 13184458. OLE color: 13184458.
HSL color Cylindrical-coordinate representation of color #CA2DC9: hue angle of 300.38º 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 #CA2DC9 is Cyan = 0, Magento = 0.78, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 201 | - |
| CMYK | 0 | 0.78 | 0.00 | 0.21 |
| HSL | 300.38º | 0.64% | 0.48% | - |
| HSV(B) | 300.38º | 0.78% | 0.79% | - |
| XYZ | 35.84 | 18.65 | 56.97 | - |
| YUV | 109.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 201 | 0 | 0.78 | 0.00 | 0.21 | 300.38 | 0.64 | 0.48 |
| Hex | CA | 2D | C9 | 0 | 4E | 0 | 15 | 12C | 40 | 30 |
| Octal | 312 | 55 | 311 | 0 | 116 | 0 | 25 | 454 | 100 | 60 |
| Binary | 11001010 | 101101 | 11001001 | 0 | 1001110 | 0 | 10101 | 100101100 | 1000000 | 110000 |
Color Harmonies of #CA2DC9
Complementary color
Monochromatic Colors of #CA2DC9
Black with #CA2DC9
Text Example
Text Example
White with #CA2DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DC9; }
p { color: rgb(202,45,201); }
H1.HeaderClassName
{
color: #CA2DC9;
}
.AnyTagClassName
{
color: #CA2DC9;
}
</style>
background-color css
<style>
a { background-color: #CA2DC9; }
a { background-color: rgb(202,45,201); }
div.DivClassName
{
background-color: #CA2DC9;
}
.BgClassName
{
background-color: #CA2DC9;
}
</style>
border-color css
<style>
span { border-color: #CA2DC9; }
span { border-color: rgb(202,45,201); }
td.TdClassName
{
border-color: #CA2DC9;
}
.TagClassName
{
border-color: #CA2DC9;
}
</style>