Shades of Fuchsia #CA50C1
Tints of Fuchsia #CA50C1
RGB
CMYK
RGB Variations
Color information
#CA50C1 (or 0xCA50C1) is known color: Fuchsia. HEX triplet: CA, 50 and C1. RGB value is (202,80,193). Sum of RGB (Red+Green+Blue) = 202+80+193=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50C1 is #35AF3E. Grayscale: #818181. Windows color (decimal): -3518271 or 12669130. OLE color: 12669130.
HSL color Cylindrical-coordinate representation of color #CA50C1: hue angle of 304.43º 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 #CA50C1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 193 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.21 |
| HSL | 304.43º | 0.54% | 0.55% | - |
| HSV(B) | 304.43º | 0.6% | 0.79% | - |
| XYZ | 36.85 | 22.14 | 52.78 | - |
| YUV | 129.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 193 | 0 | 0.60 | 0.04 | 0.21 | 304.43 | 0.54 | 0.55 |
| Hex | CA | 50 | C1 | 0 | 3C | 4 | 15 | 130 | 36 | 37 |
| Octal | 312 | 120 | 301 | 0 | 74 | 4 | 25 | 460 | 66 | 67 |
| Binary | 11001010 | 1010000 | 11000001 | 0 | 111100 | 100 | 10101 | 100110000 | 110110 | 110111 |
Color Harmonies of #CA50C1
Complementary color
Monochromatic Colors of #CA50C1
Black with #CA50C1
Text Example
Text Example
White with #CA50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50C1; }
p { color: rgb(202,80,193); }
H1.HeaderClassName
{
color: #CA50C1;
}
.AnyTagClassName
{
color: #CA50C1;
}
</style>
background-color css
<style>
a { background-color: #CA50C1; }
a { background-color: rgb(202,80,193); }
div.DivClassName
{
background-color: #CA50C1;
}
.BgClassName
{
background-color: #CA50C1;
}
</style>
border-color css
<style>
span { border-color: #CA50C1; }
span { border-color: rgb(202,80,193); }
td.TdClassName
{
border-color: #CA50C1;
}
.TagClassName
{
border-color: #CA50C1;
}
</style>