Shades of Fuchsia #CA50C2
Tints of Fuchsia #CA50C2
RGB
CMYK
RGB Variations
Color information
#CA50C2 (or 0xCA50C2) is known color: Fuchsia. HEX triplet: CA, 50 and C2. RGB value is (202,80,194). Sum of RGB (Red+Green+Blue) = 202+80+194=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50C2 is #35AF3D. Grayscale: #818181. Windows color (decimal): -3518270 or 12734666. OLE color: 12734666.
HSL color Cylindrical-coordinate representation of color #CA50C2: hue angle of 303.93º 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 #CA50C2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 194 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.21 |
| HSL | 303.93º | 0.54% | 0.55% | - |
| HSV(B) | 303.93º | 0.6% | 0.79% | - |
| XYZ | 36.96 | 22.19 | 53.37 | - |
| YUV | 129.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 194 | 0 | 0.60 | 0.04 | 0.21 | 303.93 | 0.54 | 0.55 |
| Hex | CA | 50 | C2 | 0 | 3C | 4 | 15 | 130 | 36 | 37 |
| Octal | 312 | 120 | 302 | 0 | 74 | 4 | 25 | 460 | 66 | 67 |
| Binary | 11001010 | 1010000 | 11000010 | 0 | 111100 | 100 | 10101 | 100110000 | 110110 | 110111 |
Color Harmonies of #CA50C2
Complementary color
Monochromatic Colors of #CA50C2
Black with #CA50C2
Text Example
Text Example
White with #CA50C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50C2; }
p { color: rgb(202,80,194); }
H1.HeaderClassName
{
color: #CA50C2;
}
.AnyTagClassName
{
color: #CA50C2;
}
</style>
background-color css
<style>
a { background-color: #CA50C2; }
a { background-color: rgb(202,80,194); }
div.DivClassName
{
background-color: #CA50C2;
}
.BgClassName
{
background-color: #CA50C2;
}
</style>
border-color css
<style>
span { border-color: #CA50C2; }
span { border-color: rgb(202,80,194); }
td.TdClassName
{
border-color: #CA50C2;
}
.TagClassName
{
border-color: #CA50C2;
}
</style>