Shades of Fuchsia #C058BE
Tints of Fuchsia #C058BE
RGB
CMYK
RGB Variations
Color information
#C058BE (or 0xC058BE) is known color: Fuchsia. HEX triplet: C0, 58 and BE. RGB value is (192,88,190). Sum of RGB (Red+Green+Blue) = 192+88+190=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 88 (34.77% from 255 or 18.72% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C058BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C058BE is #3FA741. Grayscale: #828282. Windows color (decimal): -4171586 or 12474560. OLE color: 12474560.
HSL color Cylindrical-coordinate representation of color #C058BE: hue angle of 301.15º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C058BE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 190 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.25 |
| HSL | 301.15º | 0.45% | 0.55% | - |
| HSV(B) | 301.15º | 0.54% | 0.75% | - |
| XYZ | 34.52 | 21.9 | 51.12 | - |
| YUV | 130.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 190 | 0 | 0.54 | 0.01 | 0.25 | 301.15 | 0.45 | 0.55 |
| Hex | C0 | 58 | BE | 0 | 36 | 1 | 19 | 12D | 2D | 37 |
| Octal | 300 | 130 | 276 | 0 | 66 | 1 | 31 | 455 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10111110 | 0 | 110110 | 1 | 11001 | 100101101 | 101101 | 110111 |
Color Harmonies of #C058BE
Complementary color
Monochromatic Colors of #C058BE
Black with #C058BE
Text Example
Text Example
White with #C058BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C058BE; }
p { color: rgb(192,88,190); }
H1.HeaderClassName
{
color: #C058BE;
}
.AnyTagClassName
{
color: #C058BE;
}
</style>
background-color css
<style>
a { background-color: #C058BE; }
a { background-color: rgb(192,88,190); }
div.DivClassName
{
background-color: #C058BE;
}
.BgClassName
{
background-color: #C058BE;
}
</style>
border-color css
<style>
span { border-color: #C058BE; }
span { border-color: rgb(192,88,190); }
td.TdClassName
{
border-color: #C058BE;
}
.TagClassName
{
border-color: #C058BE;
}
</style>