Shades of Fuchsia #CA4EC3
Tints of Fuchsia #CA4EC3
RGB
CMYK
RGB Variations
Color information
#CA4EC3 (or 0xCA4EC3) is known color: Fuchsia. HEX triplet: CA, 4E and C3. RGB value is (202,78,195). Sum of RGB (Red+Green+Blue) = 202+78+195=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4EC3 is #35B13C. Grayscale: #808080. Windows color (decimal): -3518781 or 12799690. OLE color: 12799690.
HSL color Cylindrical-coordinate representation of color #CA4EC3: hue angle of 303.39º 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 #CA4EC3 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 78 | 195 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.21 |
| HSL | 303.39º | 0.54% | 0.55% | - |
| HSV(B) | 303.39º | 0.61% | 0.79% | - |
| XYZ | 36.93 | 21.95 | 53.92 | - |
| YUV | 128.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 195 | 0 | 0.61 | 0.03 | 0.21 | 303.39 | 0.54 | 0.55 |
| Hex | CA | 4E | C3 | 0 | 3D | 3 | 15 | 12F | 36 | 37 |
| Octal | 312 | 116 | 303 | 0 | 75 | 3 | 25 | 457 | 66 | 67 |
| Binary | 11001010 | 1001110 | 11000011 | 0 | 111101 | 11 | 10101 | 100101111 | 110110 | 110111 |
Color Harmonies of #CA4EC3
Complementary color
Monochromatic Colors of #CA4EC3
Black with #CA4EC3
Text Example
Text Example
White with #CA4EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EC3; }
p { color: rgb(202,78,195); }
H1.HeaderClassName
{
color: #CA4EC3;
}
.AnyTagClassName
{
color: #CA4EC3;
}
</style>
background-color css
<style>
a { background-color: #CA4EC3; }
a { background-color: rgb(202,78,195); }
div.DivClassName
{
background-color: #CA4EC3;
}
.BgClassName
{
background-color: #CA4EC3;
}
</style>
border-color css
<style>
span { border-color: #CA4EC3; }
span { border-color: rgb(202,78,195); }
td.TdClassName
{
border-color: #CA4EC3;
}
.TagClassName
{
border-color: #CA4EC3;
}
</style>