Shades of Fuchsia #CA57C7
Tints of Fuchsia #CA57C7
RGB
CMYK
RGB Variations
Color information
#CA57C7 (or 0xCA57C7) is known color: Fuchsia. HEX triplet: CA, 57 and C7. RGB value is (202,87,199). Sum of RGB (Red+Green+Blue) = 202+87+199=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57C7 is #35A838. Grayscale: #858585. Windows color (decimal): -3516473 or 13064138. OLE color: 13064138.
HSL color Cylindrical-coordinate representation of color #CA57C7: hue angle of 301.57º 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 #CA57C7 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 199 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.21 |
| HSL | 301.57º | 0.52% | 0.57% | - |
| HSV(B) | 301.57º | 0.57% | 0.79% | - |
| XYZ | 38.07 | 23.5 | 56.56 | - |
| YUV | 134.15 | 164.6 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 199 | 0 | 0.57 | 0.01 | 0.21 | 301.57 | 0.52 | 0.57 |
| Hex | CA | 57 | C7 | 0 | 39 | 1 | 15 | 12E | 34 | 39 |
| Octal | 312 | 127 | 307 | 0 | 71 | 1 | 25 | 456 | 64 | 71 |
| Binary | 11001010 | 1010111 | 11000111 | 0 | 111001 | 1 | 10101 | 100101110 | 110100 | 111001 |
Color Harmonies of #CA57C7
Complementary color
Monochromatic Colors of #CA57C7
Black with #CA57C7
Text Example
Text Example
White with #CA57C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57C7; }
p { color: rgb(202,87,199); }
H1.HeaderClassName
{
color: #CA57C7;
}
.AnyTagClassName
{
color: #CA57C7;
}
</style>
background-color css
<style>
a { background-color: #CA57C7; }
a { background-color: rgb(202,87,199); }
div.DivClassName
{
background-color: #CA57C7;
}
.BgClassName
{
background-color: #CA57C7;
}
</style>
border-color css
<style>
span { border-color: #CA57C7; }
span { border-color: rgb(202,87,199); }
td.TdClassName
{
border-color: #CA57C7;
}
.TagClassName
{
border-color: #CA57C7;
}
</style>