Shades of Fuchsia #CA4EC6
Tints of Fuchsia #CA4EC6
RGB
CMYK
RGB Variations
Color information
#CA4EC6 (or 0xCA4EC6) is known color: Fuchsia. HEX triplet: CA, 4E and C6. RGB value is (202,78,198). Sum of RGB (Red+Green+Blue) = 202+78+198=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EC6 is #35B139. Grayscale: #808080. Windows color (decimal): -3518778 or 12996298. OLE color: 12996298.
HSL color Cylindrical-coordinate representation of color #CA4EC6: hue angle of 301.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4EC6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 198 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.21 |
| HSL | 301.94º | 0.54% | 0.55% | - |
| HSV(B) | 301.94º | 0.61% | 0.79% | - |
| XYZ | 37.27 | 22.08 | 55.72 | - |
| YUV | 128.76 | 167.08 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 198 | 0 | 0.61 | 0.02 | 0.21 | 301.94 | 0.54 | 0.55 |
| Hex | CA | 4E | C6 | 0 | 3D | 2 | 15 | 12E | 36 | 37 |
| Octal | 312 | 116 | 306 | 0 | 75 | 2 | 25 | 456 | 66 | 67 |
| Binary | 11001010 | 1001110 | 11000110 | 0 | 111101 | 10 | 10101 | 100101110 | 110110 | 110111 |
Color Harmonies of #CA4EC6
Complementary color
Monochromatic Colors of #CA4EC6
Black with #CA4EC6
Text Example
Text Example
White with #CA4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EC6; }
p { color: rgb(202,78,198); }
H1.HeaderClassName
{
color: #CA4EC6;
}
.AnyTagClassName
{
color: #CA4EC6;
}
</style>
background-color css
<style>
a { background-color: #CA4EC6; }
a { background-color: rgb(202,78,198); }
div.DivClassName
{
background-color: #CA4EC6;
}
.BgClassName
{
background-color: #CA4EC6;
}
</style>
border-color css
<style>
span { border-color: #CA4EC6; }
span { border-color: rgb(202,78,198); }
td.TdClassName
{
border-color: #CA4EC6;
}
.TagClassName
{
border-color: #CA4EC6;
}
</style>