Shades of Fuchsia #CA54AD
Tints of Fuchsia #CA54AD
RGB
CMYK
RGB Variations
Color information
#CA54AD (or 0xCA54AD) is known color: Fuchsia. HEX triplet: CA, 54 and AD. RGB value is (202,84,173). Sum of RGB (Red+Green+Blue) = 202+84+173=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54AD is #35AB52. Grayscale: #818181. Windows color (decimal): -3517267 or 11359434. OLE color: 11359434.
HSL color Cylindrical-coordinate representation of color #CA54AD: hue angle of 314.75º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA54AD is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 173 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.21 |
| HSL | 314.75º | 0.53% | 0.56% | - |
| HSV(B) | 314.75º | 0.58% | 0.79% | - |
| XYZ | 35.07 | 21.91 | 41.92 | - |
| YUV | 129.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 173 | 0 | 0.58 | 0.14 | 0.21 | 314.75 | 0.53 | 0.56 |
| Hex | CA | 54 | AD | 0 | 3A | E | 15 | 13B | 35 | 38 |
| Octal | 312 | 124 | 255 | 0 | 72 | 16 | 25 | 473 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10101101 | 0 | 111010 | 1110 | 10101 | 100111011 | 110101 | 111000 |
Color Harmonies of #CA54AD
Complementary color
Monochromatic Colors of #CA54AD
Black with #CA54AD
Text Example
Text Example
White with #CA54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54AD; }
p { color: rgb(202,84,173); }
H1.HeaderClassName
{
color: #CA54AD;
}
.AnyTagClassName
{
color: #CA54AD;
}
</style>
background-color css
<style>
a { background-color: #CA54AD; }
a { background-color: rgb(202,84,173); }
div.DivClassName
{
background-color: #CA54AD;
}
.BgClassName
{
background-color: #CA54AD;
}
</style>
border-color css
<style>
span { border-color: #CA54AD; }
span { border-color: rgb(202,84,173); }
td.TdClassName
{
border-color: #CA54AD;
}
.TagClassName
{
border-color: #CA54AD;
}
</style>