Shades of Fuchsia #CA50D2
Tints of Fuchsia #CA50D2
RGB
CMYK
RGB Variations
Color information
#CA50D2 (or 0xCA50D2) is known color: Fuchsia. HEX triplet: CA, 50 and D2. RGB value is (202,80,210). Sum of RGB (Red+Green+Blue) = 202+80+210=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA50D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50D2 is #35AF2D. Grayscale: #828282. Windows color (decimal): -3518254 or 13783242. OLE color: 13783242.
HSL color Cylindrical-coordinate representation of color #CA50D2: hue angle of 296.31º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA50D2 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 80 | 210 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.18 |
| HSL | 296.31º | 0.59% | 0.57% | - |
| HSV(B) | 296.31º | 0.62% | 0.82% | - |
| XYZ | 38.86 | 22.95 | 63.35 | - |
| YUV | 131.3 | 172.42 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 210 | 0.04 | 0.62 | 0 | 0.18 | 296.31 | 0.59 | 0.57 |
| Hex | CA | 50 | D2 | 4 | 3E | 0 | 12 | 128 | 3B | 39 |
| Octal | 312 | 120 | 322 | 4 | 76 | 0 | 22 | 450 | 73 | 71 |
| Binary | 11001010 | 1010000 | 11010010 | 100 | 111110 | 0 | 10010 | 100101000 | 111011 | 111001 |
Color Harmonies of #CA50D2
Complementary color
Monochromatic Colors of #CA50D2
Black with #CA50D2
Text Example
Text Example
White with #CA50D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50D2; }
p { color: rgb(202,80,210); }
H1.HeaderClassName
{
color: #CA50D2;
}
.AnyTagClassName
{
color: #CA50D2;
}
</style>
background-color css
<style>
a { background-color: #CA50D2; }
a { background-color: rgb(202,80,210); }
div.DivClassName
{
background-color: #CA50D2;
}
.BgClassName
{
background-color: #CA50D2;
}
</style>
border-color css
<style>
span { border-color: #CA50D2; }
span { border-color: rgb(202,80,210); }
td.TdClassName
{
border-color: #CA50D2;
}
.TagClassName
{
border-color: #CA50D2;
}
</style>