Shades of Fuchsia #CA3EC9
Tints of Fuchsia #CA3EC9
RGB
CMYK
RGB Variations
Color information
#CA3EC9 (or 0xCA3EC9) is known color: Fuchsia. HEX triplet: CA, 3E and C9. RGB value is (202,62,201). Sum of RGB (Red+Green+Blue) = 202+62+201=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3EC9 is #35C136. Grayscale: #777777. Windows color (decimal): -3522871 or 13188810. OLE color: 13188810.
HSL color Cylindrical-coordinate representation of color #CA3EC9: hue angle of 300.43º 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 #CA3EC9 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 201 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.21 |
| HSL | 300.43º | 0.57% | 0.52% | - |
| HSV(B) | 300.43º | 0.69% | 0.79% | - |
| XYZ | 36.62 | 20.22 | 57.23 | - |
| YUV | 119.71 | 173.88 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 201 | 0 | 0.69 | 0.00 | 0.21 | 300.43 | 0.57 | 0.52 |
| Hex | CA | 3E | C9 | 0 | 45 | 0 | 15 | 12C | 39 | 34 |
| Octal | 312 | 76 | 311 | 0 | 105 | 0 | 25 | 454 | 71 | 64 |
| Binary | 11001010 | 111110 | 11001001 | 0 | 1000101 | 0 | 10101 | 100101100 | 111001 | 110100 |
Color Harmonies of #CA3EC9
Complementary color
Monochromatic Colors of #CA3EC9
Black with #CA3EC9
Text Example
Text Example
White with #CA3EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3EC9; }
p { color: rgb(202,62,201); }
H1.HeaderClassName
{
color: #CA3EC9;
}
.AnyTagClassName
{
color: #CA3EC9;
}
</style>
background-color css
<style>
a { background-color: #CA3EC9; }
a { background-color: rgb(202,62,201); }
div.DivClassName
{
background-color: #CA3EC9;
}
.BgClassName
{
background-color: #CA3EC9;
}
</style>
border-color css
<style>
span { border-color: #CA3EC9; }
span { border-color: rgb(202,62,201); }
td.TdClassName
{
border-color: #CA3EC9;
}
.TagClassName
{
border-color: #CA3EC9;
}
</style>