Shades of Fuchsia #C057C0
Tints of Fuchsia #C057C0
RGB
CMYK
RGB Variations
Color information
#C057C0 (or 0xC057C0) is known color: Fuchsia. HEX triplet: C0, 57 and C0. RGB value is (192,87,192). Sum of RGB (Red+Green+Blue) = 192+87+192=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C057C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C057C0 is #3FA83F. Grayscale: #828282. Windows color (decimal): -4171840 or 12605376. OLE color: 12605376.
HSL color Cylindrical-coordinate representation of color #C057C0: hue angle of 300º 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 #C057C0 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 87 | 192 | - |
CMYK | 0 | 0.55 | 0 | 0.25 |
HSL | 300º | 0.45% | 0.55% | - |
HSV(B) | 300º | 0.55% | 0.75% | - |
XYZ | 34.66 | 21.83 | 52.26 | - |
YUV | 130.37 | 162.79 | 171.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 87 | 192 | 0 | 0.55 | 0 | 0.25 | 300 | 0.45 | 0.55 |
Hex | C0 | 57 | C0 | 0 | 37 | 0 | 19 | 12C | 2D | 37 |
Octal | 300 | 127 | 300 | 0 | 67 | 0 | 31 | 454 | 55 | 67 |
Binary | 11000000 | 1010111 | 11000000 | 0 | 110111 | 0 | 11001 | 100101100 | 101101 | 110111 |
Color Harmonies of #C057C0
Complementary color
Monochromatic Colors of #C057C0
Black with #C057C0
Text Example
Text Example
White with #C057C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C057C0; }
p { color: rgb(192,87,192); }
H1.HeaderClassName
{
color: #C057C0;
}
.AnyTagClassName
{
color: #C057C0;
}
</style>
background-color css
<style>
a { background-color: #C057C0; }
a { background-color: rgb(192,87,192); }
div.DivClassName
{
background-color: #C057C0;
}
.BgClassName
{
background-color: #C057C0;
}
</style>
border-color css
<style>
span { border-color: #C057C0; }
span { border-color: rgb(192,87,192); }
td.TdClassName
{
border-color: #C057C0;
}
.TagClassName
{
border-color: #C057C0;
}
</style>