Shades of Fuchsia #CA3EC1
Tints of Fuchsia #CA3EC1
RGB
CMYK
RGB Variations
Color information
#CA3EC1 (or 0xCA3EC1) is known color: Fuchsia. HEX triplet: CA, 3E and C1. RGB value is (202,62,193). Sum of RGB (Red+Green+Blue) = 202+62+193=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC1 is #35C13E. Grayscale: #767676. Windows color (decimal): -3522879 or 12664522. OLE color: 12664522.
HSL color Cylindrical-coordinate representation of color #CA3EC1: hue angle of 303.86º 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 #CA3EC1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 193 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.21 |
| HSL | 303.86º | 0.57% | 0.52% | - |
| HSV(B) | 303.86º | 0.69% | 0.79% | - |
| XYZ | 35.71 | 19.85 | 52.4 | - |
| YUV | 118.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 193 | 0 | 0.69 | 0.04 | 0.21 | 303.86 | 0.57 | 0.52 |
| Hex | CA | 3E | C1 | 0 | 45 | 4 | 15 | 130 | 39 | 34 |
| Octal | 312 | 76 | 301 | 0 | 105 | 4 | 25 | 460 | 71 | 64 |
| Binary | 11001010 | 111110 | 11000001 | 0 | 1000101 | 100 | 10101 | 100110000 | 111001 | 110100 |
Color Harmonies of #CA3EC1
Complementary color
Monochromatic Colors of #CA3EC1
Black with #CA3EC1
Text Example
Text Example
White with #CA3EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EC1; }
p { color: rgb(202,62,193); }
H1.HeaderClassName
{
color: #CA3EC1;
}
.AnyTagClassName
{
color: #CA3EC1;
}
</style>
background-color css
<style>
a { background-color: #CA3EC1; }
a { background-color: rgb(202,62,193); }
div.DivClassName
{
background-color: #CA3EC1;
}
.BgClassName
{
background-color: #CA3EC1;
}
</style>
border-color css
<style>
span { border-color: #CA3EC1; }
span { border-color: rgb(202,62,193); }
td.TdClassName
{
border-color: #CA3EC1;
}
.TagClassName
{
border-color: #CA3EC1;
}
</style>