Shades of Fuchsia #CA2CCD
Tints of Fuchsia #CA2CCD
RGB
CMYK
RGB Variations
Color information
#CA2CCD (or 0xCA2CCD) is known color: Fuchsia. HEX triplet: CA, 2C and CD. RGB value is (202,44,205). Sum of RGB (Red+Green+Blue) = 202+44+205=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 44 (17.58% from 255 or 9.76% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA2CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CCD is #35D332. Grayscale: #6D6D6D. Windows color (decimal): -3527475 or 13446346. OLE color: 13446346.
HSL color Cylindrical-coordinate representation of color #CA2CCD: hue angle of 298.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2CCD is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 44 | 205 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.20 |
| HSL | 298.88º | 0.65% | 0.49% | - |
| HSV(B) | 298.88º | 0.79% | 0.8% | - |
| XYZ | 36.28 | 18.77 | 59.47 | - |
| YUV | 109.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 205 | 0.01 | 0.79 | 0 | 0.20 | 298.88 | 0.65 | 0.49 |
| Hex | CA | 2C | CD | 1 | 4F | 0 | 14 | 12B | 41 | 31 |
| Octal | 312 | 54 | 315 | 1 | 117 | 0 | 24 | 453 | 101 | 61 |
| Binary | 11001010 | 101100 | 11001101 | 1 | 1001111 | 0 | 10100 | 100101011 | 1000001 | 110001 |
Color Harmonies of #CA2CCD
Complementary color
Monochromatic Colors of #CA2CCD
Black with #CA2CCD
Text Example
Text Example
White with #CA2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CCD; }
p { color: rgb(202,44,205); }
H1.HeaderClassName
{
color: #CA2CCD;
}
.AnyTagClassName
{
color: #CA2CCD;
}
</style>
background-color css
<style>
a { background-color: #CA2CCD; }
a { background-color: rgb(202,44,205); }
div.DivClassName
{
background-color: #CA2CCD;
}
.BgClassName
{
background-color: #CA2CCD;
}
</style>
border-color css
<style>
span { border-color: #CA2CCD; }
span { border-color: rgb(202,44,205); }
td.TdClassName
{
border-color: #CA2CCD;
}
.TagClassName
{
border-color: #CA2CCD;
}
</style>