Shades of Fuchsia #CA52C9
Tints of Fuchsia #CA52C9
RGB
CMYK
RGB Variations
Color information
#CA52C9 (or 0xCA52C9) is known color: Fuchsia. HEX triplet: CA, 52 and C9. RGB value is (202,82,201). Sum of RGB (Red+Green+Blue) = 202+82+201=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA52C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA52C9 is #35AD36. Grayscale: #838383. Windows color (decimal): -3517751 or 13193930. OLE color: 13193930.
HSL color Cylindrical-coordinate representation of color #CA52C9: hue angle of 300.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 #CA52C9 is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 201 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.21 |
| HSL | 300.5º | 0.53% | 0.56% | - |
| HSV(B) | 300.5º | 0.59% | 0.79% | - |
| XYZ | 37.92 | 22.81 | 57.66 | - |
| YUV | 131.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 201 | 0 | 0.59 | 0.00 | 0.21 | 300.5 | 0.53 | 0.56 |
| Hex | CA | 52 | C9 | 0 | 3B | 0 | 15 | 12C | 35 | 38 |
| Octal | 312 | 122 | 311 | 0 | 73 | 0 | 25 | 454 | 65 | 70 |
| Binary | 11001010 | 1010010 | 11001001 | 0 | 111011 | 0 | 10101 | 100101100 | 110101 | 111000 |
Color Harmonies of #CA52C9
Complementary color
Monochromatic Colors of #CA52C9
Black with #CA52C9
Text Example
Text Example
White with #CA52C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA52C9; }
p { color: rgb(202,82,201); }
H1.HeaderClassName
{
color: #CA52C9;
}
.AnyTagClassName
{
color: #CA52C9;
}
</style>
background-color css
<style>
a { background-color: #CA52C9; }
a { background-color: rgb(202,82,201); }
div.DivClassName
{
background-color: #CA52C9;
}
.BgClassName
{
background-color: #CA52C9;
}
</style>
border-color css
<style>
span { border-color: #CA52C9; }
span { border-color: rgb(202,82,201); }
td.TdClassName
{
border-color: #CA52C9;
}
.TagClassName
{
border-color: #CA52C9;
}
</style>