Shades of Fuchsia #CA50C5
Tints of Fuchsia #CA50C5
RGB
CMYK
RGB Variations
Color information
#CA50C5 (or 0xCA50C5) is known color: Fuchsia. HEX triplet: CA, 50 and C5. RGB value is (202,80,197). Sum of RGB (Red+Green+Blue) = 202+80+197=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 197 (77.34% from 255 or 41.13% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50C5 is #35AF3A. Grayscale: #818181. Windows color (decimal): -3518267 or 12931274. OLE color: 12931274.
HSL color Cylindrical-coordinate representation of color #CA50C5: hue angle of 302.46º 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 #CA50C5 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 197 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.21 |
| HSL | 302.46º | 0.54% | 0.55% | - |
| HSV(B) | 302.46º | 0.6% | 0.79% | - |
| XYZ | 37.3 | 22.33 | 55.17 | - |
| YUV | 129.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 197 | 0 | 0.60 | 0.02 | 0.21 | 302.46 | 0.54 | 0.55 |
| Hex | CA | 50 | C5 | 0 | 3C | 2 | 15 | 12E | 36 | 37 |
| Octal | 312 | 120 | 305 | 0 | 74 | 2 | 25 | 456 | 66 | 67 |
| Binary | 11001010 | 1010000 | 11000101 | 0 | 111100 | 10 | 10101 | 100101110 | 110110 | 110111 |
Color Harmonies of #CA50C5
Complementary color
Monochromatic Colors of #CA50C5
Black with #CA50C5
Text Example
Text Example
White with #CA50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50C5; }
p { color: rgb(202,80,197); }
H1.HeaderClassName
{
color: #CA50C5;
}
.AnyTagClassName
{
color: #CA50C5;
}
</style>
background-color css
<style>
a { background-color: #CA50C5; }
a { background-color: rgb(202,80,197); }
div.DivClassName
{
background-color: #CA50C5;
}
.BgClassName
{
background-color: #CA50C5;
}
</style>
border-color css
<style>
span { border-color: #CA50C5; }
span { border-color: rgb(202,80,197); }
td.TdClassName
{
border-color: #CA50C5;
}
.TagClassName
{
border-color: #CA50C5;
}
</style>