Shades of Fuchsia #CA52C0
Tints of Fuchsia #CA52C0
RGB
CMYK
RGB Variations
Color information
#CA52C0 (or 0xCA52C0) is known color: Fuchsia. HEX triplet: CA, 52 and C0. RGB value is (202,82,192). Sum of RGB (Red+Green+Blue) = 202+82+192=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52C0 is #35AD3F. Grayscale: #828282. Windows color (decimal): -3517760 or 12604106. OLE color: 12604106.
HSL color Cylindrical-coordinate representation of color #CA52C0: hue angle of 305º 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 #CA52C0 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 192 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.21 |
| HSL | 305º | 0.53% | 0.56% | - |
| HSV(B) | 305º | 0.59% | 0.79% | - |
| XYZ | 36.89 | 22.4 | 52.25 | - |
| YUV | 130.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 192 | 0 | 0.59 | 0.05 | 0.21 | 305 | 0.53 | 0.56 |
| Hex | CA | 52 | C0 | 0 | 3B | 5 | 15 | 131 | 35 | 38 |
| Octal | 312 | 122 | 300 | 0 | 73 | 5 | 25 | 461 | 65 | 70 |
| Binary | 11001010 | 1010010 | 11000000 | 0 | 111011 | 101 | 10101 | 100110001 | 110101 | 111000 |
Color Harmonies of #CA52C0
Complementary color
Monochromatic Colors of #CA52C0
Black with #CA52C0
Text Example
Text Example
White with #CA52C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52C0; }
p { color: rgb(202,82,192); }
H1.HeaderClassName
{
color: #CA52C0;
}
.AnyTagClassName
{
color: #CA52C0;
}
</style>
background-color css
<style>
a { background-color: #CA52C0; }
a { background-color: rgb(202,82,192); }
div.DivClassName
{
background-color: #CA52C0;
}
.BgClassName
{
background-color: #CA52C0;
}
</style>
border-color css
<style>
span { border-color: #CA52C0; }
span { border-color: rgb(202,82,192); }
td.TdClassName
{
border-color: #CA52C0;
}
.TagClassName
{
border-color: #CA52C0;
}
</style>