Shades of Fuchsia #CA52AD
Tints of Fuchsia #CA52AD
RGB
CMYK
RGB Variations
Color information
#CA52AD (or 0xCA52AD) is known color: Fuchsia. HEX triplet: CA, 52 and AD. RGB value is (202,82,173). Sum of RGB (Red+Green+Blue) = 202+82+173=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA52AD is #35AD52. Grayscale: #808080. Windows color (decimal): -3517779 or 11358922. OLE color: 11358922.
HSL color Cylindrical-coordinate representation of color #CA52AD: hue angle of 314.5º 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 #CA52AD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 173 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.21 |
| HSL | 314.5º | 0.53% | 0.56% | - |
| HSV(B) | 314.5º | 0.59% | 0.79% | - |
| XYZ | 34.92 | 21.61 | 41.87 | - |
| YUV | 128.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 173 | 0 | 0.59 | 0.14 | 0.21 | 314.5 | 0.53 | 0.56 |
| Hex | CA | 52 | AD | 0 | 3B | E | 15 | 13A | 35 | 38 |
| Octal | 312 | 122 | 255 | 0 | 73 | 16 | 25 | 472 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10101101 | 0 | 111011 | 1110 | 10101 | 100111010 | 110101 | 111000 |
Color Harmonies of #CA52AD
Complementary color
Monochromatic Colors of #CA52AD
Black with #CA52AD
Text Example
Text Example
White with #CA52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52AD; }
p { color: rgb(202,82,173); }
H1.HeaderClassName
{
color: #CA52AD;
}
.AnyTagClassName
{
color: #CA52AD;
}
</style>
background-color css
<style>
a { background-color: #CA52AD; }
a { background-color: rgb(202,82,173); }
div.DivClassName
{
background-color: #CA52AD;
}
.BgClassName
{
background-color: #CA52AD;
}
</style>
border-color css
<style>
span { border-color: #CA52AD; }
span { border-color: rgb(202,82,173); }
td.TdClassName
{
border-color: #CA52AD;
}
.TagClassName
{
border-color: #CA52AD;
}
</style>