Shades of Fuchsia #CA57C5
Tints of Fuchsia #CA57C5
RGB
CMYK
RGB Variations
Color information
#CA57C5 (or 0xCA57C5) is known color: Fuchsia. HEX triplet: CA, 57 and C5. RGB value is (202,87,197). Sum of RGB (Red+Green+Blue) = 202+87+197=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C5 is #35A83A. Grayscale: #858585. Windows color (decimal): -3516475 or 12933066. OLE color: 12933066.
HSL color Cylindrical-coordinate representation of color #CA57C5: hue angle of 302.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57C5 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 197 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.21 |
| HSL | 302.61º | 0.52% | 0.57% | - |
| HSV(B) | 302.61º | 0.57% | 0.79% | - |
| XYZ | 37.84 | 23.4 | 55.35 | - |
| YUV | 133.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 197 | 0 | 0.57 | 0.02 | 0.21 | 302.61 | 0.52 | 0.57 |
| Hex | CA | 57 | C5 | 0 | 39 | 2 | 15 | 12F | 34 | 39 |
| Octal | 312 | 127 | 305 | 0 | 71 | 2 | 25 | 457 | 64 | 71 |
| Binary | 11001010 | 1010111 | 11000101 | 0 | 111001 | 10 | 10101 | 100101111 | 110100 | 111001 |
Color Harmonies of #CA57C5
Complementary color
Monochromatic Colors of #CA57C5
Black with #CA57C5
Text Example
Text Example
White with #CA57C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57C5; }
p { color: rgb(202,87,197); }
H1.HeaderClassName
{
color: #CA57C5;
}
.AnyTagClassName
{
color: #CA57C5;
}
</style>
background-color css
<style>
a { background-color: #CA57C5; }
a { background-color: rgb(202,87,197); }
div.DivClassName
{
background-color: #CA57C5;
}
.BgClassName
{
background-color: #CA57C5;
}
</style>
border-color css
<style>
span { border-color: #CA57C5; }
span { border-color: rgb(202,87,197); }
td.TdClassName
{
border-color: #CA57C5;
}
.TagClassName
{
border-color: #CA57C5;
}
</style>