Shades of Fuchsia #CA51C0
Tints of Fuchsia #CA51C0
RGB
CMYK
RGB Variations
Color information
#CA51C0 (or 0xCA51C0) is known color: Fuchsia. HEX triplet: CA, 51 and C0. RGB value is (202,81,192). Sum of RGB (Red+Green+Blue) = 202+81+192=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C0 is #35AE3F. Grayscale: #818181. Windows color (decimal): -3518016 or 12603850. OLE color: 12603850.
HSL color Cylindrical-coordinate representation of color #CA51C0: hue angle of 304.96º degrees, saturation: 0.53, 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 #CA51C0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 192 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.21 |
| HSL | 304.96º | 0.53% | 0.55% | - |
| HSV(B) | 304.96º | 0.6% | 0.79% | - |
| XYZ | 36.81 | 22.25 | 52.22 | - |
| YUV | 129.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 192 | 0 | 0.60 | 0.05 | 0.21 | 304.96 | 0.53 | 0.55 |
| Hex | CA | 51 | C0 | 0 | 3C | 5 | 15 | 131 | 35 | 37 |
| Octal | 312 | 121 | 300 | 0 | 74 | 5 | 25 | 461 | 65 | 67 |
| Binary | 11001010 | 1010001 | 11000000 | 0 | 111100 | 101 | 10101 | 100110001 | 110101 | 110111 |
Color Harmonies of #CA51C0
Complementary color
Monochromatic Colors of #CA51C0
Black with #CA51C0
Text Example
Text Example
White with #CA51C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51C0; }
p { color: rgb(202,81,192); }
H1.HeaderClassName
{
color: #CA51C0;
}
.AnyTagClassName
{
color: #CA51C0;
}
</style>
background-color css
<style>
a { background-color: #CA51C0; }
a { background-color: rgb(202,81,192); }
div.DivClassName
{
background-color: #CA51C0;
}
.BgClassName
{
background-color: #CA51C0;
}
</style>
border-color css
<style>
span { border-color: #CA51C0; }
span { border-color: rgb(202,81,192); }
td.TdClassName
{
border-color: #CA51C0;
}
.TagClassName
{
border-color: #CA51C0;
}
</style>