Shades of Fuchsia #CA53C0
Tints of Fuchsia #CA53C0
RGB
CMYK
RGB Variations
Color information
#CA53C0 (or 0xCA53C0) is known color: Fuchsia. HEX triplet: CA, 53 and C0. RGB value is (202,83,192). Sum of RGB (Red+Green+Blue) = 202+83+192=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53C0 is #35AC3F. Grayscale: #828282. Windows color (decimal): -3517504 or 12604362. OLE color: 12604362.
HSL color Cylindrical-coordinate representation of color #CA53C0: hue angle of 305.04º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA53C0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 192 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.21 |
| HSL | 305.04º | 0.53% | 0.56% | - |
| HSV(B) | 305.04º | 0.59% | 0.79% | - |
| XYZ | 36.96 | 22.55 | 52.27 | - |
| YUV | 131.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 192 | 0 | 0.59 | 0.05 | 0.21 | 305.04 | 0.53 | 0.56 |
| Hex | CA | 53 | C0 | 0 | 3B | 5 | 15 | 131 | 35 | 38 |
| Octal | 312 | 123 | 300 | 0 | 73 | 5 | 25 | 461 | 65 | 70 |
| Binary | 11001010 | 1010011 | 11000000 | 0 | 111011 | 101 | 10101 | 100110001 | 110101 | 111000 |
Color Harmonies of #CA53C0
Complementary color
Monochromatic Colors of #CA53C0
Black with #CA53C0
Text Example
Text Example
White with #CA53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53C0; }
p { color: rgb(202,83,192); }
H1.HeaderClassName
{
color: #CA53C0;
}
.AnyTagClassName
{
color: #CA53C0;
}
</style>
background-color css
<style>
a { background-color: #CA53C0; }
a { background-color: rgb(202,83,192); }
div.DivClassName
{
background-color: #CA53C0;
}
.BgClassName
{
background-color: #CA53C0;
}
</style>
border-color css
<style>
span { border-color: #CA53C0; }
span { border-color: rgb(202,83,192); }
td.TdClassName
{
border-color: #CA53C0;
}
.TagClassName
{
border-color: #CA53C0;
}
</style>