Shades of Fuchsia #CA57C2
Tints of Fuchsia #CA57C2
RGB
CMYK
RGB Variations
Color information
#CA57C2 (or 0xCA57C2) is known color: Fuchsia. HEX triplet: CA, 57 and C2. RGB value is (202,87,194). Sum of RGB (Red+Green+Blue) = 202+87+194=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C2 is #35A83D. Grayscale: #858585. Windows color (decimal): -3516478 or 12736458. OLE color: 12736458.
HSL color Cylindrical-coordinate representation of color #CA57C2: hue angle of 304.17º 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 #CA57C2 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 194 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.21 |
| HSL | 304.17º | 0.52% | 0.57% | - |
| HSV(B) | 304.17º | 0.57% | 0.79% | - |
| XYZ | 37.5 | 23.27 | 53.55 | - |
| YUV | 133.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 194 | 0 | 0.57 | 0.04 | 0.21 | 304.17 | 0.52 | 0.57 |
| Hex | CA | 57 | C2 | 0 | 39 | 4 | 15 | 130 | 34 | 39 |
| Octal | 312 | 127 | 302 | 0 | 71 | 4 | 25 | 460 | 64 | 71 |
| Binary | 11001010 | 1010111 | 11000010 | 0 | 111001 | 100 | 10101 | 100110000 | 110100 | 111001 |
Color Harmonies of #CA57C2
Complementary color
Monochromatic Colors of #CA57C2
Black with #CA57C2
Text Example
Text Example
White with #CA57C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57C2; }
p { color: rgb(202,87,194); }
H1.HeaderClassName
{
color: #CA57C2;
}
.AnyTagClassName
{
color: #CA57C2;
}
</style>
background-color css
<style>
a { background-color: #CA57C2; }
a { background-color: rgb(202,87,194); }
div.DivClassName
{
background-color: #CA57C2;
}
.BgClassName
{
background-color: #CA57C2;
}
</style>
border-color css
<style>
span { border-color: #CA57C2; }
span { border-color: rgb(202,87,194); }
td.TdClassName
{
border-color: #CA57C2;
}
.TagClassName
{
border-color: #CA57C2;
}
</style>