Shades of Fuchsia #CA3EC7
Tints of Fuchsia #CA3EC7
RGB
CMYK
RGB Variations
Color information
#CA3EC7 (or 0xCA3EC7) is known color: Fuchsia. HEX triplet: CA, 3E and C7. RGB value is (202,62,199). Sum of RGB (Red+Green+Blue) = 202+62+199=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC7 is #35C138. Grayscale: #777777. Windows color (decimal): -3522873 or 13057738. OLE color: 13057738.
HSL color Cylindrical-coordinate representation of color #CA3EC7: hue angle of 301.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 #CA3EC7 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 199 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.21 |
| HSL | 301.29º | 0.57% | 0.52% | - |
| HSV(B) | 301.29º | 0.69% | 0.79% | - |
| XYZ | 36.39 | 20.13 | 56 | - |
| YUV | 119.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 199 | 0 | 0.69 | 0.01 | 0.21 | 301.29 | 0.57 | 0.52 |
| Hex | CA | 3E | C7 | 0 | 45 | 1 | 15 | 12D | 39 | 34 |
| Octal | 312 | 76 | 307 | 0 | 105 | 1 | 25 | 455 | 71 | 64 |
| Binary | 11001010 | 111110 | 11000111 | 0 | 1000101 | 1 | 10101 | 100101101 | 111001 | 110100 |
Color Harmonies of #CA3EC7
Complementary color
Monochromatic Colors of #CA3EC7
Black with #CA3EC7
Text Example
Text Example
White with #CA3EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EC7; }
p { color: rgb(202,62,199); }
H1.HeaderClassName
{
color: #CA3EC7;
}
.AnyTagClassName
{
color: #CA3EC7;
}
</style>
background-color css
<style>
a { background-color: #CA3EC7; }
a { background-color: rgb(202,62,199); }
div.DivClassName
{
background-color: #CA3EC7;
}
.BgClassName
{
background-color: #CA3EC7;
}
</style>
border-color css
<style>
span { border-color: #CA3EC7; }
span { border-color: rgb(202,62,199); }
td.TdClassName
{
border-color: #CA3EC7;
}
.TagClassName
{
border-color: #CA3EC7;
}
</style>