Shades of Fuchsia #C057BD
Tints of Fuchsia #C057BD
RGB
CMYK
RGB Variations
Color information
#C057BD (or 0xC057BD) is known color: Fuchsia. HEX triplet: C0, 57 and BD. RGB value is (192,87,189). Sum of RGB (Red+Green+Blue) = 192+87+189=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C057BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057BD is #3FA842. Grayscale: #818181. Windows color (decimal): -4171843 or 12408768. OLE color: 12408768.
HSL color Cylindrical-coordinate representation of color #C057BD: hue angle of 301.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C057BD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 189 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.25 |
| HSL | 301.71º | 0.45% | 0.55% | - |
| HSV(B) | 301.71º | 0.55% | 0.75% | - |
| XYZ | 34.33 | 21.7 | 50.52 | - |
| YUV | 130.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 189 | 0 | 0.55 | 0.02 | 0.25 | 301.71 | 0.45 | 0.55 |
| Hex | C0 | 57 | BD | 0 | 37 | 2 | 19 | 12E | 2D | 37 |
| Octal | 300 | 127 | 275 | 0 | 67 | 2 | 31 | 456 | 55 | 67 |
| Binary | 11000000 | 1010111 | 10111101 | 0 | 110111 | 10 | 11001 | 100101110 | 101101 | 110111 |
Color Harmonies of #C057BD
Complementary color
Monochromatic Colors of #C057BD
Black with #C057BD
Text Example
Text Example
White with #C057BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057BD; }
p { color: rgb(192,87,189); }
H1.HeaderClassName
{
color: #C057BD;
}
.AnyTagClassName
{
color: #C057BD;
}
</style>
background-color css
<style>
a { background-color: #C057BD; }
a { background-color: rgb(192,87,189); }
div.DivClassName
{
background-color: #C057BD;
}
.BgClassName
{
background-color: #C057BD;
}
</style>
border-color css
<style>
span { border-color: #C057BD; }
span { border-color: rgb(192,87,189); }
td.TdClassName
{
border-color: #C057BD;
}
.TagClassName
{
border-color: #C057BD;
}
</style>