Shades of Fuchsia #CA53AF
Tints of Fuchsia #CA53AF
RGB
CMYK
RGB Variations
Color information
#CA53AF (or 0xCA53AF) is known color: Fuchsia. HEX triplet: CA, 53 and AF. RGB value is (202,83,175). Sum of RGB (Red+Green+Blue) = 202+83+175=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA53AF is #35AC50. Grayscale: #808080. Windows color (decimal): -3517521 or 11490250. OLE color: 11490250.
HSL color Cylindrical-coordinate representation of color #CA53AF: hue angle of 313.61º 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 #CA53AF is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 175 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.21 |
| HSL | 313.61º | 0.53% | 0.56% | - |
| HSV(B) | 313.61º | 0.59% | 0.79% | - |
| XYZ | 35.19 | 21.84 | 42.92 | - |
| YUV | 129.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 175 | 0 | 0.59 | 0.13 | 0.21 | 313.61 | 0.53 | 0.56 |
| Hex | CA | 53 | AF | 0 | 3B | D | 15 | 13A | 35 | 38 |
| Octal | 312 | 123 | 257 | 0 | 73 | 15 | 25 | 472 | 65 | 70 |
| Binary | 11001010 | 1010011 | 10101111 | 0 | 111011 | 1101 | 10101 | 100111010 | 110101 | 111000 |
Color Harmonies of #CA53AF
Complementary color
Monochromatic Colors of #CA53AF
Black with #CA53AF
Text Example
Text Example
White with #CA53AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53AF; }
p { color: rgb(202,83,175); }
H1.HeaderClassName
{
color: #CA53AF;
}
.AnyTagClassName
{
color: #CA53AF;
}
</style>
background-color css
<style>
a { background-color: #CA53AF; }
a { background-color: rgb(202,83,175); }
div.DivClassName
{
background-color: #CA53AF;
}
.BgClassName
{
background-color: #CA53AF;
}
</style>
border-color css
<style>
span { border-color: #CA53AF; }
span { border-color: rgb(202,83,175); }
td.TdClassName
{
border-color: #CA53AF;
}
.TagClassName
{
border-color: #CA53AF;
}
</style>