Shades of Fuchsia #CA53C7
Tints of Fuchsia #CA53C7
RGB
CMYK
RGB Variations
Color information
#CA53C7 (or 0xCA53C7) is known color: Fuchsia. HEX triplet: CA, 53 and C7. RGB value is (202,83,199). Sum of RGB (Red+Green+Blue) = 202+83+199=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53C7 is #35AC38. Grayscale: #838383. Windows color (decimal): -3517497 or 13063114. OLE color: 13063114.
HSL color Cylindrical-coordinate representation of color #CA53C7: hue angle of 301.51º 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 #CA53C7 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 83 | 199 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.21 |
| HSL | 301.51º | 0.53% | 0.56% | - |
| HSV(B) | 301.51º | 0.59% | 0.79% | - |
| XYZ | 37.76 | 22.87 | 56.46 | - |
| YUV | 131.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 199 | 0 | 0.59 | 0.01 | 0.21 | 301.51 | 0.53 | 0.56 |
| Hex | CA | 53 | C7 | 0 | 3B | 1 | 15 | 12E | 35 | 38 |
| Octal | 312 | 123 | 307 | 0 | 73 | 1 | 25 | 456 | 65 | 70 |
| Binary | 11001010 | 1010011 | 11000111 | 0 | 111011 | 1 | 10101 | 100101110 | 110101 | 111000 |
Color Harmonies of #CA53C7
Complementary color
Monochromatic Colors of #CA53C7
Black with #CA53C7
Text Example
Text Example
White with #CA53C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53C7; }
p { color: rgb(202,83,199); }
H1.HeaderClassName
{
color: #CA53C7;
}
.AnyTagClassName
{
color: #CA53C7;
}
</style>
background-color css
<style>
a { background-color: #CA53C7; }
a { background-color: rgb(202,83,199); }
div.DivClassName
{
background-color: #CA53C7;
}
.BgClassName
{
background-color: #CA53C7;
}
</style>
border-color css
<style>
span { border-color: #CA53C7; }
span { border-color: rgb(202,83,199); }
td.TdClassName
{
border-color: #CA53C7;
}
.TagClassName
{
border-color: #CA53C7;
}
</style>