Shades of Fuchsia #CA4AAF
Tints of Fuchsia #CA4AAF
RGB
CMYK
RGB Variations
Color information
#CA4AAF (or 0xCA4AAF) is known color: Fuchsia. HEX triplet: CA, 4A and AF. RGB value is (202,74,175). Sum of RGB (Red+Green+Blue) = 202+74+175=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AAF is #35B550. Grayscale: #7B7B7B. Windows color (decimal): -3519825 or 11487946. OLE color: 11487946.
HSL color Cylindrical-coordinate representation of color #CA4AAF: hue angle of 312.66º 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 #CA4AAF is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 175 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.21 |
| HSL | 312.66º | 0.55% | 0.54% | - |
| HSV(B) | 312.66º | 0.63% | 0.79% | - |
| XYZ | 34.54 | 20.55 | 42.7 | - |
| YUV | 123.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 175 | 0 | 0.63 | 0.13 | 0.21 | 312.66 | 0.55 | 0.54 |
| Hex | CA | 4A | AF | 0 | 3F | D | 15 | 139 | 37 | 36 |
| Octal | 312 | 112 | 257 | 0 | 77 | 15 | 25 | 471 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10101111 | 0 | 111111 | 1101 | 10101 | 100111001 | 110111 | 110110 |
Color Harmonies of #CA4AAF
Complementary color
Monochromatic Colors of #CA4AAF
Black with #CA4AAF
Text Example
Text Example
White with #CA4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AAF; }
p { color: rgb(202,74,175); }
H1.HeaderClassName
{
color: #CA4AAF;
}
.AnyTagClassName
{
color: #CA4AAF;
}
</style>
background-color css
<style>
a { background-color: #CA4AAF; }
a { background-color: rgb(202,74,175); }
div.DivClassName
{
background-color: #CA4AAF;
}
.BgClassName
{
background-color: #CA4AAF;
}
</style>
border-color css
<style>
span { border-color: #CA4AAF; }
span { border-color: rgb(202,74,175); }
td.TdClassName
{
border-color: #CA4AAF;
}
.TagClassName
{
border-color: #CA4AAF;
}
</style>