Shades of Fuchsia #CA4AAA
Tints of Fuchsia #CA4AAA
RGB
CMYK
RGB Variations
Color information
#CA4AAA (or 0xCA4AAA) is known color: Fuchsia. HEX triplet: CA, 4A and AA. RGB value is (202,74,170). Sum of RGB (Red+Green+Blue) = 202+74+170=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AAA is #35B555. Grayscale: #7A7A7A. Windows color (decimal): -3519830 or 11160266. OLE color: 11160266.
HSL color Cylindrical-coordinate representation of color #CA4AAA: hue angle of 315º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4AAA is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 170 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.21 |
| HSL | 315º | 0.55% | 0.54% | - |
| HSV(B) | 315º | 0.63% | 0.79% | - |
| XYZ | 34.06 | 20.36 | 40.16 | - |
| YUV | 123.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 170 | 0 | 0.63 | 0.16 | 0.21 | 315 | 0.55 | 0.54 |
| Hex | CA | 4A | AA | 0 | 3F | 10 | 15 | 13B | 37 | 36 |
| Octal | 312 | 112 | 252 | 0 | 77 | 20 | 25 | 473 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10101010 | 0 | 111111 | 10000 | 10101 | 100111011 | 110111 | 110110 |
Color Harmonies of #CA4AAA
Complementary color
Monochromatic Colors of #CA4AAA
Black with #CA4AAA
Text Example
Text Example
White with #CA4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AAA; }
p { color: rgb(202,74,170); }
H1.HeaderClassName
{
color: #CA4AAA;
}
.AnyTagClassName
{
color: #CA4AAA;
}
</style>
background-color css
<style>
a { background-color: #CA4AAA; }
a { background-color: rgb(202,74,170); }
div.DivClassName
{
background-color: #CA4AAA;
}
.BgClassName
{
background-color: #CA4AAA;
}
</style>
border-color css
<style>
span { border-color: #CA4AAA; }
span { border-color: rgb(202,74,170); }
td.TdClassName
{
border-color: #CA4AAA;
}
.TagClassName
{
border-color: #CA4AAA;
}
</style>