Shades of Fuchsia #CA57C8
Tints of Fuchsia #CA57C8
RGB
CMYK
RGB Variations
Color information
#CA57C8 (or 0xCA57C8) is known color: Fuchsia. HEX triplet: CA, 57 and C8. RGB value is (202,87,200). Sum of RGB (Red+Green+Blue) = 202+87+200=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C8 is #35A837. Grayscale: #858585. Windows color (decimal): -3516472 or 13129674. OLE color: 13129674.
HSL color Cylindrical-coordinate representation of color #CA57C8: hue angle of 301.04º 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 #CA57C8 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 200 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.21 |
| HSL | 301.04º | 0.52% | 0.57% | - |
| HSV(B) | 301.04º | 0.57% | 0.79% | - |
| XYZ | 38.19 | 23.54 | 57.17 | - |
| YUV | 134.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 200 | 0 | 0.57 | 0.01 | 0.21 | 301.04 | 0.52 | 0.57 |
| Hex | CA | 57 | C8 | 0 | 39 | 1 | 15 | 12D | 34 | 39 |
| Octal | 312 | 127 | 310 | 0 | 71 | 1 | 25 | 455 | 64 | 71 |
| Binary | 11001010 | 1010111 | 11001000 | 0 | 111001 | 1 | 10101 | 100101101 | 110100 | 111001 |
Color Harmonies of #CA57C8
Complementary color
Monochromatic Colors of #CA57C8
Black with #CA57C8
Text Example
Text Example
White with #CA57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57C8; }
p { color: rgb(202,87,200); }
H1.HeaderClassName
{
color: #CA57C8;
}
.AnyTagClassName
{
color: #CA57C8;
}
</style>
background-color css
<style>
a { background-color: #CA57C8; }
a { background-color: rgb(202,87,200); }
div.DivClassName
{
background-color: #CA57C8;
}
.BgClassName
{
background-color: #CA57C8;
}
</style>
border-color css
<style>
span { border-color: #CA57C8; }
span { border-color: rgb(202,87,200); }
td.TdClassName
{
border-color: #CA57C8;
}
.TagClassName
{
border-color: #CA57C8;
}
</style>