Shades of Fuchsia #CA4ECC
Tints of Fuchsia #CA4ECC
RGB
CMYK
RGB Variations
Color information
#CA4ECC (or 0xCA4ECC) is known color: Fuchsia. HEX triplet: CA, 4E and CC. RGB value is (202,78,204). Sum of RGB (Red+Green+Blue) = 202+78+204=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4ECC is #35B133. Grayscale: #818181. Windows color (decimal): -3518772 or 13389514. OLE color: 13389514.
HSL color Cylindrical-coordinate representation of color #CA4ECC: hue angle of 299.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4ECC is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 78 | 204 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.2 |
| HSL | 299.05º | 0.55% | 0.55% | - |
| HSV(B) | 299.05º | 0.62% | 0.8% | - |
| XYZ | 37.98 | 22.36 | 59.44 | - |
| YUV | 129.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 204 | 0.01 | 0.62 | 0 | 0.2 | 299.05 | 0.55 | 0.55 |
| Hex | CA | 4E | CC | 1 | 3E | 0 | 14 | 12B | 37 | 37 |
| Octal | 312 | 116 | 314 | 1 | 76 | 0 | 24 | 453 | 67 | 67 |
| Binary | 11001010 | 1001110 | 11001100 | 1 | 111110 | 0 | 10100 | 100101011 | 110111 | 110111 |
Color Harmonies of #CA4ECC
Complementary color
Monochromatic Colors of #CA4ECC
Black with #CA4ECC
Text Example
Text Example
White with #CA4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ECC; }
p { color: rgb(202,78,204); }
H1.HeaderClassName
{
color: #CA4ECC;
}
.AnyTagClassName
{
color: #CA4ECC;
}
</style>
background-color css
<style>
a { background-color: #CA4ECC; }
a { background-color: rgb(202,78,204); }
div.DivClassName
{
background-color: #CA4ECC;
}
.BgClassName
{
background-color: #CA4ECC;
}
</style>
border-color css
<style>
span { border-color: #CA4ECC; }
span { border-color: rgb(202,78,204); }
td.TdClassName
{
border-color: #CA4ECC;
}
.TagClassName
{
border-color: #CA4ECC;
}
</style>