Shades of Fuchsia #CA40C0
Tints of Fuchsia #CA40C0
RGB
CMYK
RGB Variations
Color information
#CA40C0 (or 0xCA40C0) is known color: Fuchsia. HEX triplet: CA, 40 and C0. RGB value is (202,64,192). Sum of RGB (Red+Green+Blue) = 202+64+192=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40C0 is #35BF3F. Grayscale: #777777. Windows color (decimal): -3522368 or 12599498. OLE color: 12599498.
HSL color Cylindrical-coordinate representation of color #CA40C0: hue angle of 304.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40C0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 192 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.21 |
| HSL | 304.35º | 0.57% | 0.52% | - |
| HSV(B) | 304.35º | 0.68% | 0.79% | - |
| XYZ | 35.7 | 20.03 | 51.85 | - |
| YUV | 119.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 192 | 0 | 0.68 | 0.05 | 0.21 | 304.35 | 0.57 | 0.52 |
| Hex | CA | 40 | C0 | 0 | 44 | 5 | 15 | 130 | 39 | 34 |
| Octal | 312 | 100 | 300 | 0 | 104 | 5 | 25 | 460 | 71 | 64 |
| Binary | 11001010 | 1000000 | 11000000 | 0 | 1000100 | 101 | 10101 | 100110000 | 111001 | 110100 |
Color Harmonies of #CA40C0
Complementary color
Monochromatic Colors of #CA40C0
Black with #CA40C0
Text Example
Text Example
White with #CA40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40C0; }
p { color: rgb(202,64,192); }
H1.HeaderClassName
{
color: #CA40C0;
}
.AnyTagClassName
{
color: #CA40C0;
}
</style>
background-color css
<style>
a { background-color: #CA40C0; }
a { background-color: rgb(202,64,192); }
div.DivClassName
{
background-color: #CA40C0;
}
.BgClassName
{
background-color: #CA40C0;
}
</style>
border-color css
<style>
span { border-color: #CA40C0; }
span { border-color: rgb(202,64,192); }
td.TdClassName
{
border-color: #CA40C0;
}
.TagClassName
{
border-color: #CA40C0;
}
</style>