Shades of Fuchsia #C053BD
Tints of Fuchsia #C053BD
RGB
CMYK
RGB Variations
Color information
#C053BD (or 0xC053BD) is known color: Fuchsia. HEX triplet: C0, 53 and BD. RGB value is (192,83,189). Sum of RGB (Red+Green+Blue) = 192+83+189=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C053BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053BD is #3FAC42. Grayscale: #7F7F7F. Windows color (decimal): -4172867 or 12407744. OLE color: 12407744.
HSL color Cylindrical-coordinate representation of color #C053BD: hue angle of 301.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053BD is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 189 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.25 |
| HSL | 301.65º | 0.46% | 0.54% | - |
| HSV(B) | 301.65º | 0.57% | 0.75% | - |
| XYZ | 34.02 | 21.07 | 50.42 | - |
| YUV | 127.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 189 | 0 | 0.57 | 0.02 | 0.25 | 301.65 | 0.46 | 0.54 |
| Hex | C0 | 53 | BD | 0 | 39 | 2 | 19 | 12E | 2E | 36 |
| Octal | 300 | 123 | 275 | 0 | 71 | 2 | 31 | 456 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10111101 | 0 | 111001 | 10 | 11001 | 100101110 | 101110 | 110110 |
Color Harmonies of #C053BD
Complementary color
Monochromatic Colors of #C053BD
Black with #C053BD
Text Example
Text Example
White with #C053BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053BD; }
p { color: rgb(192,83,189); }
H1.HeaderClassName
{
color: #C053BD;
}
.AnyTagClassName
{
color: #C053BD;
}
</style>
background-color css
<style>
a { background-color: #C053BD; }
a { background-color: rgb(192,83,189); }
div.DivClassName
{
background-color: #C053BD;
}
.BgClassName
{
background-color: #C053BD;
}
</style>
border-color css
<style>
span { border-color: #C053BD; }
span { border-color: rgb(192,83,189); }
td.TdClassName
{
border-color: #C053BD;
}
.TagClassName
{
border-color: #C053BD;
}
</style>