Shades of Fuchsia #CA50AD
Tints of Fuchsia #CA50AD
RGB
CMYK
RGB Variations
Color information
#CA50AD (or 0xCA50AD) is known color: Fuchsia. HEX triplet: CA, 50 and AD. RGB value is (202,80,173). Sum of RGB (Red+Green+Blue) = 202+80+173=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA50AD is #35AF52. Grayscale: #7E7E7E. Windows color (decimal): -3518291 or 11358410. OLE color: 11358410.
HSL color Cylindrical-coordinate representation of color #CA50AD: hue angle of 314.26º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA50AD is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 173 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.21 |
| HSL | 314.26º | 0.54% | 0.55% | - |
| HSV(B) | 314.26º | 0.6% | 0.79% | - |
| XYZ | 34.77 | 21.31 | 41.82 | - |
| YUV | 127.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 173 | 0 | 0.60 | 0.14 | 0.21 | 314.26 | 0.54 | 0.55 |
| Hex | CA | 50 | AD | 0 | 3C | E | 15 | 13A | 36 | 37 |
| Octal | 312 | 120 | 255 | 0 | 74 | 16 | 25 | 472 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10101101 | 0 | 111100 | 1110 | 10101 | 100111010 | 110110 | 110111 |
Color Harmonies of #CA50AD
Complementary color
Monochromatic Colors of #CA50AD
Black with #CA50AD
Text Example
Text Example
White with #CA50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50AD; }
p { color: rgb(202,80,173); }
H1.HeaderClassName
{
color: #CA50AD;
}
.AnyTagClassName
{
color: #CA50AD;
}
</style>
background-color css
<style>
a { background-color: #CA50AD; }
a { background-color: rgb(202,80,173); }
div.DivClassName
{
background-color: #CA50AD;
}
.BgClassName
{
background-color: #CA50AD;
}
</style>
border-color css
<style>
span { border-color: #CA50AD; }
span { border-color: rgb(202,80,173); }
td.TdClassName
{
border-color: #CA50AD;
}
.TagClassName
{
border-color: #CA50AD;
}
</style>