Shades of Fuchsia #CA57C1
Tints of Fuchsia #CA57C1
RGB
CMYK
RGB Variations
Color information
#CA57C1 (or 0xCA57C1) is known color: Fuchsia. HEX triplet: CA, 57 and C1. RGB value is (202,87,193). Sum of RGB (Red+Green+Blue) = 202+87+193=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C1 is #35A83E. Grayscale: #858585. Windows color (decimal): -3516479 or 12670922. OLE color: 12670922.
HSL color Cylindrical-coordinate representation of color #CA57C1: hue angle of 304.7º 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 #CA57C1 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 193 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.21 |
| HSL | 304.7º | 0.52% | 0.57% | - |
| HSV(B) | 304.7º | 0.57% | 0.79% | - |
| XYZ | 37.39 | 23.22 | 52.96 | - |
| YUV | 133.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 193 | 0 | 0.57 | 0.04 | 0.21 | 304.7 | 0.52 | 0.57 |
| Hex | CA | 57 | C1 | 0 | 39 | 4 | 15 | 131 | 34 | 39 |
| Octal | 312 | 127 | 301 | 0 | 71 | 4 | 25 | 461 | 64 | 71 |
| Binary | 11001010 | 1010111 | 11000001 | 0 | 111001 | 100 | 10101 | 100110001 | 110100 | 111001 |
Color Harmonies of #CA57C1
Complementary color
Monochromatic Colors of #CA57C1
Black with #CA57C1
Text Example
Text Example
White with #CA57C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57C1; }
p { color: rgb(202,87,193); }
H1.HeaderClassName
{
color: #CA57C1;
}
.AnyTagClassName
{
color: #CA57C1;
}
</style>
background-color css
<style>
a { background-color: #CA57C1; }
a { background-color: rgb(202,87,193); }
div.DivClassName
{
background-color: #CA57C1;
}
.BgClassName
{
background-color: #CA57C1;
}
</style>
border-color css
<style>
span { border-color: #CA57C1; }
span { border-color: rgb(202,87,193); }
td.TdClassName
{
border-color: #CA57C1;
}
.TagClassName
{
border-color: #CA57C1;
}
</style>