Shades of Fuchsia #CA4CC0
Tints of Fuchsia #CA4CC0
RGB
CMYK
RGB Variations
Color information
#CA4CC0 (or 0xCA4CC0) is known color: Fuchsia. HEX triplet: CA, 4C and C0. RGB value is (202,76,192). Sum of RGB (Red+Green+Blue) = 202+76+192=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CC0 is #35B33F. Grayscale: #7E7E7E. Windows color (decimal): -3519296 or 12602570. OLE color: 12602570.
HSL color Cylindrical-coordinate representation of color #CA4CC0: hue angle of 304.76º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4CC0 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 192 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.21 |
| HSL | 304.76º | 0.54% | 0.55% | - |
| HSV(B) | 304.76º | 0.62% | 0.79% | - |
| XYZ | 36.46 | 21.53 | 52.1 | - |
| YUV | 126.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 192 | 0 | 0.62 | 0.05 | 0.21 | 304.76 | 0.54 | 0.55 |
| Hex | CA | 4C | C0 | 0 | 3E | 5 | 15 | 131 | 36 | 37 |
| Octal | 312 | 114 | 300 | 0 | 76 | 5 | 25 | 461 | 66 | 67 |
| Binary | 11001010 | 1001100 | 11000000 | 0 | 111110 | 101 | 10101 | 100110001 | 110110 | 110111 |
Color Harmonies of #CA4CC0
Complementary color
Monochromatic Colors of #CA4CC0
Black with #CA4CC0
Text Example
Text Example
White with #CA4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CC0; }
p { color: rgb(202,76,192); }
H1.HeaderClassName
{
color: #CA4CC0;
}
.AnyTagClassName
{
color: #CA4CC0;
}
</style>
background-color css
<style>
a { background-color: #CA4CC0; }
a { background-color: rgb(202,76,192); }
div.DivClassName
{
background-color: #CA4CC0;
}
.BgClassName
{
background-color: #CA4CC0;
}
</style>
border-color css
<style>
span { border-color: #CA4CC0; }
span { border-color: rgb(202,76,192); }
td.TdClassName
{
border-color: #CA4CC0;
}
.TagClassName
{
border-color: #CA4CC0;
}
</style>