Shades of Fuchsia #CA40AF
Tints of Fuchsia #CA40AF
RGB
CMYK
RGB Variations
Color information
#CA40AF (or 0xCA40AF) is known color: Fuchsia. HEX triplet: CA, 40 and AF. RGB value is (202,64,175). Sum of RGB (Red+Green+Blue) = 202+64+175=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40AF is #35BF50. Grayscale: #757575. Windows color (decimal): -3522385 or 11485386. OLE color: 11485386.
HSL color Cylindrical-coordinate representation of color #CA40AF: hue angle of 311.74º 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 #CA40AF is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 175 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.21 |
| HSL | 311.74º | 0.57% | 0.52% | - |
| HSV(B) | 311.74º | 0.68% | 0.79% | - |
| XYZ | 33.93 | 19.32 | 42.5 | - |
| YUV | 117.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 175 | 0 | 0.68 | 0.13 | 0.21 | 311.74 | 0.57 | 0.52 |
| Hex | CA | 40 | AF | 0 | 44 | D | 15 | 138 | 39 | 34 |
| Octal | 312 | 100 | 257 | 0 | 104 | 15 | 25 | 470 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10101111 | 0 | 1000100 | 1101 | 10101 | 100111000 | 111001 | 110100 |
Color Harmonies of #CA40AF
Complementary color
Monochromatic Colors of #CA40AF
Black with #CA40AF
Text Example
Text Example
White with #CA40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40AF; }
p { color: rgb(202,64,175); }
H1.HeaderClassName
{
color: #CA40AF;
}
.AnyTagClassName
{
color: #CA40AF;
}
</style>
background-color css
<style>
a { background-color: #CA40AF; }
a { background-color: rgb(202,64,175); }
div.DivClassName
{
background-color: #CA40AF;
}
.BgClassName
{
background-color: #CA40AF;
}
</style>
border-color css
<style>
span { border-color: #CA40AF; }
span { border-color: rgb(202,64,175); }
td.TdClassName
{
border-color: #CA40AF;
}
.TagClassName
{
border-color: #CA40AF;
}
</style>