Shades of Fuchsia #CA49AF
Tints of Fuchsia #CA49AF
RGB
CMYK
RGB Variations
Color information
#CA49AF (or 0xCA49AF) is known color: Fuchsia. HEX triplet: CA, 49 and AF. RGB value is (202,73,175). Sum of RGB (Red+Green+Blue) = 202+73+175=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49AF is #35B650. Grayscale: #7A7A7A. Windows color (decimal): -3520081 or 11487690. OLE color: 11487690.
HSL color Cylindrical-coordinate representation of color #CA49AF: hue angle of 312.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49AF is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 175 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.21 |
| HSL | 312.56º | 0.55% | 0.54% | - |
| HSV(B) | 312.56º | 0.64% | 0.79% | - |
| XYZ | 34.48 | 20.42 | 42.68 | - |
| YUV | 123.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 175 | 0 | 0.64 | 0.13 | 0.21 | 312.56 | 0.55 | 0.54 |
| Hex | CA | 49 | AF | 0 | 40 | D | 15 | 139 | 37 | 36 |
| Octal | 312 | 111 | 257 | 0 | 100 | 15 | 25 | 471 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10101111 | 0 | 1000000 | 1101 | 10101 | 100111001 | 110111 | 110110 |
Color Harmonies of #CA49AF
Complementary color
Monochromatic Colors of #CA49AF
Black with #CA49AF
Text Example
Text Example
White with #CA49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA49AF; }
p { color: rgb(202,73,175); }
H1.HeaderClassName
{
color: #CA49AF;
}
.AnyTagClassName
{
color: #CA49AF;
}
</style>
background-color css
<style>
a { background-color: #CA49AF; }
a { background-color: rgb(202,73,175); }
div.DivClassName
{
background-color: #CA49AF;
}
.BgClassName
{
background-color: #CA49AF;
}
</style>
border-color css
<style>
span { border-color: #CA49AF; }
span { border-color: rgb(202,73,175); }
td.TdClassName
{
border-color: #CA49AF;
}
.TagClassName
{
border-color: #CA49AF;
}
</style>