Shades of Fuchsia #CA4EC0
Tints of Fuchsia #CA4EC0
RGB
CMYK
RGB Variations
Color information
#CA4EC0 (or 0xCA4EC0) is known color: Fuchsia. HEX triplet: CA, 4E and C0. RGB value is (202,78,192). Sum of RGB (Red+Green+Blue) = 202+78+192=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 78 (30.86% from 255 or 16.53% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EC0 is #35B13F. Grayscale: #7F7F7F. Windows color (decimal): -3518784 or 12603082. OLE color: 12603082.
HSL color Cylindrical-coordinate representation of color #CA4EC0: hue angle of 304.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 192 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.21 |
| HSL | 304.84º | 0.54% | 0.55% | - |
| HSV(B) | 304.84º | 0.61% | 0.79% | - |
| XYZ | 36.6 | 21.81 | 52.15 | - |
| YUV | 128.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 192 | 0 | 0.61 | 0.05 | 0.21 | 304.84 | 0.54 | 0.55 |
| Hex | CA | 4E | C0 | 0 | 3D | 5 | 15 | 131 | 36 | 37 |
| Octal | 312 | 116 | 300 | 0 | 75 | 5 | 25 | 461 | 66 | 67 |
| Binary | 11001010 | 1001110 | 11000000 | 0 | 111101 | 101 | 10101 | 100110001 | 110110 | 110111 |
Color Harmonies of #CA4EC0
Complementary color
Monochromatic Colors of #CA4EC0
Black with #CA4EC0
Text Example
Text Example
White with #CA4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EC0; }
p { color: rgb(202,78,192); }
H1.HeaderClassName
{
color: #CA4EC0;
}
.AnyTagClassName
{
color: #CA4EC0;
}
</style>
background-color css
<style>
a { background-color: #CA4EC0; }
a { background-color: rgb(202,78,192); }
div.DivClassName
{
background-color: #CA4EC0;
}
.BgClassName
{
background-color: #CA4EC0;
}
</style>
border-color css
<style>
span { border-color: #CA4EC0; }
span { border-color: rgb(202,78,192); }
td.TdClassName
{
border-color: #CA4EC0;
}
.TagClassName
{
border-color: #CA4EC0;
}
</style>