Shades of Fuchsia #CA4ACD
Tints of Fuchsia #CA4ACD
RGB
CMYK
RGB Variations
Color information
#CA4ACD (or 0xCA4ACD) is known color: Fuchsia. HEX triplet: CA, 4A and CD. RGB value is (202,74,205). Sum of RGB (Red+Green+Blue) = 202+74+205=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA4ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4ACD is #35B532. Grayscale: #7E7E7E. Windows color (decimal): -3519795 or 13454026. OLE color: 13454026.
HSL color Cylindrical-coordinate representation of color #CA4ACD: hue angle of 298.63º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4ACD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 74 | 205 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.20 |
| HSL | 298.63º | 0.57% | 0.55% | - |
| HSV(B) | 298.63º | 0.64% | 0.8% | - |
| XYZ | 37.83 | 21.86 | 59.98 | - |
| YUV | 127.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 205 | 0.01 | 0.64 | 0 | 0.20 | 298.63 | 0.57 | 0.55 |
| Hex | CA | 4A | CD | 1 | 40 | 0 | 14 | 12B | 39 | 37 |
| Octal | 312 | 112 | 315 | 1 | 100 | 0 | 24 | 453 | 71 | 67 |
| Binary | 11001010 | 1001010 | 11001101 | 1 | 1000000 | 0 | 10100 | 100101011 | 111001 | 110111 |
Color Harmonies of #CA4ACD
Complementary color
Monochromatic Colors of #CA4ACD
Black with #CA4ACD
Text Example
Text Example
White with #CA4ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4ACD; }
p { color: rgb(202,74,205); }
H1.HeaderClassName
{
color: #CA4ACD;
}
.AnyTagClassName
{
color: #CA4ACD;
}
</style>
background-color css
<style>
a { background-color: #CA4ACD; }
a { background-color: rgb(202,74,205); }
div.DivClassName
{
background-color: #CA4ACD;
}
.BgClassName
{
background-color: #CA4ACD;
}
</style>
border-color css
<style>
span { border-color: #CA4ACD; }
span { border-color: rgb(202,74,205); }
td.TdClassName
{
border-color: #CA4ACD;
}
.TagClassName
{
border-color: #CA4ACD;
}
</style>