Shades of Fuchsia #CA44AF
Tints of Fuchsia #CA44AF
RGB
CMYK
RGB Variations
Color information
#CA44AF (or 0xCA44AF) is known color: Fuchsia. HEX triplet: CA, 44 and AF. RGB value is (202,68,175). Sum of RGB (Red+Green+Blue) = 202+68+175=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44AF is #35BB50. Grayscale: #777777. Windows color (decimal): -3521361 or 11486410. OLE color: 11486410.
HSL color Cylindrical-coordinate representation of color #CA44AF: hue angle of 312.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44AF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 175 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.21 |
| HSL | 312.09º | 0.56% | 0.53% | - |
| HSV(B) | 312.09º | 0.66% | 0.79% | - |
| XYZ | 34.16 | 19.79 | 42.58 | - |
| YUV | 120.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 175 | 0 | 0.66 | 0.13 | 0.21 | 312.09 | 0.56 | 0.53 |
| Hex | CA | 44 | AF | 0 | 42 | D | 15 | 138 | 38 | 35 |
| Octal | 312 | 104 | 257 | 0 | 102 | 15 | 25 | 470 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10101111 | 0 | 1000010 | 1101 | 10101 | 100111000 | 111000 | 110101 |
Color Harmonies of #CA44AF
Complementary color
Monochromatic Colors of #CA44AF
Black with #CA44AF
Text Example
Text Example
White with #CA44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44AF; }
p { color: rgb(202,68,175); }
H1.HeaderClassName
{
color: #CA44AF;
}
.AnyTagClassName
{
color: #CA44AF;
}
</style>
background-color css
<style>
a { background-color: #CA44AF; }
a { background-color: rgb(202,68,175); }
div.DivClassName
{
background-color: #CA44AF;
}
.BgClassName
{
background-color: #CA44AF;
}
</style>
border-color css
<style>
span { border-color: #CA44AF; }
span { border-color: rgb(202,68,175); }
td.TdClassName
{
border-color: #CA44AF;
}
.TagClassName
{
border-color: #CA44AF;
}
</style>