Shades of Fuchsia #CA51C2
Tints of Fuchsia #CA51C2
RGB
CMYK
RGB Variations
Color information
#CA51C2 (or 0xCA51C2) is known color: Fuchsia. HEX triplet: CA, 51 and C2. RGB value is (202,81,194). Sum of RGB (Red+Green+Blue) = 202+81+194=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51C2 is #35AE3D. Grayscale: #818181. Windows color (decimal): -3518014 or 12734922. OLE color: 12734922.
HSL color Cylindrical-coordinate representation of color #CA51C2: hue angle of 303.97º 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 #CA51C2 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 194 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.21 |
| HSL | 303.97º | 0.53% | 0.55% | - |
| HSV(B) | 303.97º | 0.6% | 0.79% | - |
| XYZ | 37.04 | 22.34 | 53.4 | - |
| YUV | 130.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 194 | 0 | 0.60 | 0.04 | 0.21 | 303.97 | 0.53 | 0.55 |
| Hex | CA | 51 | C2 | 0 | 3C | 4 | 15 | 130 | 35 | 37 |
| Octal | 312 | 121 | 302 | 0 | 74 | 4 | 25 | 460 | 65 | 67 |
| Binary | 11001010 | 1010001 | 11000010 | 0 | 111100 | 100 | 10101 | 100110000 | 110101 | 110111 |
Color Harmonies of #CA51C2
Complementary color
Monochromatic Colors of #CA51C2
Black with #CA51C2
Text Example
Text Example
White with #CA51C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51C2; }
p { color: rgb(202,81,194); }
H1.HeaderClassName
{
color: #CA51C2;
}
.AnyTagClassName
{
color: #CA51C2;
}
</style>
background-color css
<style>
a { background-color: #CA51C2; }
a { background-color: rgb(202,81,194); }
div.DivClassName
{
background-color: #CA51C2;
}
.BgClassName
{
background-color: #CA51C2;
}
</style>
border-color css
<style>
span { border-color: #CA51C2; }
span { border-color: rgb(202,81,194); }
td.TdClassName
{
border-color: #CA51C2;
}
.TagClassName
{
border-color: #CA51C2;
}
</style>