Shades of Fuchsia #C057CA
Tints of Fuchsia #C057CA
RGB
CMYK
RGB Variations
Color information
#C057CA (or 0xC057CA) is known color: Fuchsia. HEX triplet: C0, 57 and CA. RGB value is (192,87,202). Sum of RGB (Red+Green+Blue) = 192+87+202=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #C057CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057CA is #3FA835. Grayscale: #838383. Windows color (decimal): -4171830 or 13260736. OLE color: 13260736.
HSL color Cylindrical-coordinate representation of color #C057CA: hue angle of 294.78º 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 #C057CA is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 87 | 202 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.21 |
| HSL | 294.78º | 0.52% | 0.57% | - |
| HSV(B) | 294.78º | 0.57% | 0.79% | - |
| XYZ | 35.81 | 22.29 | 58.29 | - |
| YUV | 131.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 202 | 0.05 | 0.57 | 0 | 0.21 | 294.78 | 0.52 | 0.57 |
| Hex | C0 | 57 | CA | 5 | 39 | 0 | 15 | 127 | 34 | 39 |
| Octal | 300 | 127 | 312 | 5 | 71 | 0 | 25 | 447 | 64 | 71 |
| Binary | 11000000 | 1010111 | 11001010 | 101 | 111001 | 0 | 10101 | 100100111 | 110100 | 111001 |
Color Harmonies of #C057CA
Complementary color
Monochromatic Colors of #C057CA
Black with #C057CA
Text Example
Text Example
White with #C057CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057CA; }
p { color: rgb(192,87,202); }
H1.HeaderClassName
{
color: #C057CA;
}
.AnyTagClassName
{
color: #C057CA;
}
</style>
background-color css
<style>
a { background-color: #C057CA; }
a { background-color: rgb(192,87,202); }
div.DivClassName
{
background-color: #C057CA;
}
.BgClassName
{
background-color: #C057CA;
}
</style>
border-color css
<style>
span { border-color: #C057CA; }
span { border-color: rgb(192,87,202); }
td.TdClassName
{
border-color: #C057CA;
}
.TagClassName
{
border-color: #C057CA;
}
</style>