Shades of Fuchsia #CA4EC2
Tints of Fuchsia #CA4EC2
RGB
CMYK
RGB Variations
Color information
#CA4EC2 (or 0xCA4EC2) is known color: Fuchsia. HEX triplet: CA, 4E and C2. RGB value is (202,78,194). Sum of RGB (Red+Green+Blue) = 202+78+194=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EC2 is #35B13D. Grayscale: #7F7F7F. Windows color (decimal): -3518782 or 12734154. OLE color: 12734154.
HSL color Cylindrical-coordinate representation of color #CA4EC2: hue angle of 303.87º 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 #CA4EC2 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 194 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.21 |
| HSL | 303.87º | 0.54% | 0.55% | - |
| HSV(B) | 303.87º | 0.61% | 0.79% | - |
| XYZ | 36.82 | 21.9 | 53.33 | - |
| YUV | 128.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 194 | 0 | 0.61 | 0.04 | 0.21 | 303.87 | 0.54 | 0.55 |
| Hex | CA | 4E | C2 | 0 | 3D | 4 | 15 | 130 | 36 | 37 |
| Octal | 312 | 116 | 302 | 0 | 75 | 4 | 25 | 460 | 66 | 67 |
| Binary | 11001010 | 1001110 | 11000010 | 0 | 111101 | 100 | 10101 | 100110000 | 110110 | 110111 |
Color Harmonies of #CA4EC2
Complementary color
Monochromatic Colors of #CA4EC2
Black with #CA4EC2
Text Example
Text Example
White with #CA4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EC2; }
p { color: rgb(202,78,194); }
H1.HeaderClassName
{
color: #CA4EC2;
}
.AnyTagClassName
{
color: #CA4EC2;
}
</style>
background-color css
<style>
a { background-color: #CA4EC2; }
a { background-color: rgb(202,78,194); }
div.DivClassName
{
background-color: #CA4EC2;
}
.BgClassName
{
background-color: #CA4EC2;
}
</style>
border-color css
<style>
span { border-color: #CA4EC2; }
span { border-color: rgb(202,78,194); }
td.TdClassName
{
border-color: #CA4EC2;
}
.TagClassName
{
border-color: #CA4EC2;
}
</style>