Shades of Fuchsia #CA50CE
Tints of Fuchsia #CA50CE
RGB
CMYK
RGB Variations
Color information
#CA50CE (or 0xCA50CE) is known color: Fuchsia. HEX triplet: CA, 50 and CE. RGB value is (202,80,206). Sum of RGB (Red+Green+Blue) = 202+80+206=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50CE is #35AF31. Grayscale: #828282. Windows color (decimal): -3518258 or 13521098. OLE color: 13521098.
HSL color Cylindrical-coordinate representation of color #CA50CE: hue angle of 298.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA50CE is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 80 | 206 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.19 |
| HSL | 298.1º | 0.56% | 0.56% | - |
| HSV(B) | 298.1º | 0.61% | 0.81% | - |
| XYZ | 38.37 | 22.75 | 60.76 | - |
| YUV | 130.84 | 170.42 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 206 | 0.02 | 0.61 | 0 | 0.19 | 298.1 | 0.56 | 0.56 |
| Hex | CA | 50 | CE | 2 | 3D | 0 | 13 | 12A | 38 | 38 |
| Octal | 312 | 120 | 316 | 2 | 75 | 0 | 23 | 452 | 70 | 70 |
| Binary | 11001010 | 1010000 | 11001110 | 10 | 111101 | 0 | 10011 | 100101010 | 111000 | 111000 |
Color Harmonies of #CA50CE
Complementary color
Monochromatic Colors of #CA50CE
Black with #CA50CE
Text Example
Text Example
White with #CA50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50CE; }
p { color: rgb(202,80,206); }
H1.HeaderClassName
{
color: #CA50CE;
}
.AnyTagClassName
{
color: #CA50CE;
}
</style>
background-color css
<style>
a { background-color: #CA50CE; }
a { background-color: rgb(202,80,206); }
div.DivClassName
{
background-color: #CA50CE;
}
.BgClassName
{
background-color: #CA50CE;
}
</style>
border-color css
<style>
span { border-color: #CA50CE; }
span { border-color: rgb(202,80,206); }
td.TdClassName
{
border-color: #CA50CE;
}
.TagClassName
{
border-color: #CA50CE;
}
</style>