Shades of Fuchsia #CA40AC
Tints of Fuchsia #CA40AC
RGB
CMYK
RGB Variations
Color information
#CA40AC (or 0xCA40AC) is known color: Fuchsia. HEX triplet: CA, 40 and AC. RGB value is (202,64,172). Sum of RGB (Red+Green+Blue) = 202+64+172=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40AC is #35BF53. Grayscale: #757575. Windows color (decimal): -3522388 or 11288778. OLE color: 11288778.
HSL color Cylindrical-coordinate representation of color #CA40AC: hue angle of 313.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40AC is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 172 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.21 |
| HSL | 313.04º | 0.57% | 0.52% | - |
| HSV(B) | 313.04º | 0.68% | 0.79% | - |
| XYZ | 33.64 | 19.2 | 40.96 | - |
| YUV | 117.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 172 | 0 | 0.68 | 0.15 | 0.21 | 313.04 | 0.57 | 0.52 |
| Hex | CA | 40 | AC | 0 | 44 | F | 15 | 139 | 39 | 34 |
| Octal | 312 | 100 | 254 | 0 | 104 | 17 | 25 | 471 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10101100 | 0 | 1000100 | 1111 | 10101 | 100111001 | 111001 | 110100 |
Color Harmonies of #CA40AC
Complementary color
Monochromatic Colors of #CA40AC
Black with #CA40AC
Text Example
Text Example
White with #CA40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40AC; }
p { color: rgb(202,64,172); }
H1.HeaderClassName
{
color: #CA40AC;
}
.AnyTagClassName
{
color: #CA40AC;
}
</style>
background-color css
<style>
a { background-color: #CA40AC; }
a { background-color: rgb(202,64,172); }
div.DivClassName
{
background-color: #CA40AC;
}
.BgClassName
{
background-color: #CA40AC;
}
</style>
border-color css
<style>
span { border-color: #CA40AC; }
span { border-color: rgb(202,64,172); }
td.TdClassName
{
border-color: #CA40AC;
}
.TagClassName
{
border-color: #CA40AC;
}
</style>