Shades of Fuchsia #CA3EC0
Tints of Fuchsia #CA3EC0
RGB
CMYK
RGB Variations
Color information
#CA3EC0 (or 0xCA3EC0) is known color: Fuchsia. HEX triplet: CA, 3E and C0. RGB value is (202,62,192). Sum of RGB (Red+Green+Blue) = 202+62+192=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC0 is #35C13F. Grayscale: #767676. Windows color (decimal): -3522880 or 12598986. OLE color: 12598986.
HSL color Cylindrical-coordinate representation of color #CA3EC0: hue angle of 304.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 192 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.21 |
| HSL | 304.29º | 0.57% | 0.52% | - |
| HSV(B) | 304.29º | 0.69% | 0.79% | - |
| XYZ | 35.59 | 19.81 | 51.82 | - |
| YUV | 118.68 | 169.38 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 192 | 0 | 0.69 | 0.05 | 0.21 | 304.29 | 0.57 | 0.52 |
| Hex | CA | 3E | C0 | 0 | 45 | 5 | 15 | 130 | 39 | 34 |
| Octal | 312 | 76 | 300 | 0 | 105 | 5 | 25 | 460 | 71 | 64 |
| Binary | 11001010 | 111110 | 11000000 | 0 | 1000101 | 101 | 10101 | 100110000 | 111001 | 110100 |
Color Harmonies of #CA3EC0
Complementary color
Monochromatic Colors of #CA3EC0
Black with #CA3EC0
Text Example
Text Example
White with #CA3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EC0; }
p { color: rgb(202,62,192); }
H1.HeaderClassName
{
color: #CA3EC0;
}
.AnyTagClassName
{
color: #CA3EC0;
}
</style>
background-color css
<style>
a { background-color: #CA3EC0; }
a { background-color: rgb(202,62,192); }
div.DivClassName
{
background-color: #CA3EC0;
}
.BgClassName
{
background-color: #CA3EC0;
}
</style>
border-color css
<style>
span { border-color: #CA3EC0; }
span { border-color: rgb(202,62,192); }
td.TdClassName
{
border-color: #CA3EC0;
}
.TagClassName
{
border-color: #CA3EC0;
}
</style>