Shades of Fuchsia #CA2ECC
Tints of Fuchsia #CA2ECC
RGB
CMYK
RGB Variations
Color information
#CA2ECC (or 0xCA2ECC) is known color: Fuchsia. HEX triplet: CA, 2E and CC. RGB value is (202,46,204). Sum of RGB (Red+Green+Blue) = 202+46+204=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA2ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ECC is #35D133. Grayscale: #6E6E6E. Windows color (decimal): -3526964 or 13381322. OLE color: 13381322.
HSL color Cylindrical-coordinate representation of color #CA2ECC: hue angle of 299.24º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2ECC is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 46 | 204 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.2 |
| HSL | 299.24º | 0.63% | 0.49% | - |
| HSV(B) | 299.24º | 0.77% | 0.8% | - |
| XYZ | 36.23 | 18.87 | 58.86 | - |
| YUV | 110.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 204 | 0.01 | 0.77 | 0 | 0.2 | 299.24 | 0.63 | 0.49 |
| Hex | CA | 2E | CC | 1 | 4D | 0 | 14 | 12B | 3F | 31 |
| Octal | 312 | 56 | 314 | 1 | 115 | 0 | 24 | 453 | 77 | 61 |
| Binary | 11001010 | 101110 | 11001100 | 1 | 1001101 | 0 | 10100 | 100101011 | 111111 | 110001 |
Color Harmonies of #CA2ECC
Complementary color
Monochromatic Colors of #CA2ECC
Black with #CA2ECC
Text Example
Text Example
White with #CA2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ECC; }
p { color: rgb(202,46,204); }
H1.HeaderClassName
{
color: #CA2ECC;
}
.AnyTagClassName
{
color: #CA2ECC;
}
</style>
background-color css
<style>
a { background-color: #CA2ECC; }
a { background-color: rgb(202,46,204); }
div.DivClassName
{
background-color: #CA2ECC;
}
.BgClassName
{
background-color: #CA2ECC;
}
</style>
border-color css
<style>
span { border-color: #CA2ECC; }
span { border-color: rgb(202,46,204); }
td.TdClassName
{
border-color: #CA2ECC;
}
.TagClassName
{
border-color: #CA2ECC;
}
</style>