Shades of Fuchsia #C057CB
Tints of Fuchsia #C057CB
RGB
CMYK
RGB Variations
Color information
#C057CB (or 0xC057CB) is known color: Fuchsia. HEX triplet: C0, 57 and CB. RGB value is (192,87,203). Sum of RGB (Red+Green+Blue) = 192+87+203=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C057CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057CB is #3FA834. Grayscale: #838383. Windows color (decimal): -4171829 or 13326272. OLE color: 13326272.
HSL color Cylindrical-coordinate representation of color #C057CB: hue angle of 294.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C057CB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 87 | 203 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.20 |
| HSL | 294.31º | 0.53% | 0.57% | - |
| HSV(B) | 294.31º | 0.57% | 0.8% | - |
| XYZ | 35.93 | 22.33 | 58.92 | - |
| YUV | 131.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 203 | 0.05 | 0.57 | 0 | 0.20 | 294.31 | 0.53 | 0.57 |
| Hex | C0 | 57 | CB | 5 | 39 | 0 | 14 | 126 | 35 | 39 |
| Octal | 300 | 127 | 313 | 5 | 71 | 0 | 24 | 446 | 65 | 71 |
| Binary | 11000000 | 1010111 | 11001011 | 101 | 111001 | 0 | 10100 | 100100110 | 110101 | 111001 |
Color Harmonies of #C057CB
Complementary color
Monochromatic Colors of #C057CB
Black with #C057CB
Text Example
Text Example
White with #C057CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057CB; }
p { color: rgb(192,87,203); }
H1.HeaderClassName
{
color: #C057CB;
}
.AnyTagClassName
{
color: #C057CB;
}
</style>
background-color css
<style>
a { background-color: #C057CB; }
a { background-color: rgb(192,87,203); }
div.DivClassName
{
background-color: #C057CB;
}
.BgClassName
{
background-color: #C057CB;
}
</style>
border-color css
<style>
span { border-color: #C057CB; }
span { border-color: rgb(192,87,203); }
td.TdClassName
{
border-color: #C057CB;
}
.TagClassName
{
border-color: #C057CB;
}
</style>