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