Shades of Fuchsia #C050B5
Tints of Fuchsia #C050B5
RGB
CMYK
RGB Variations
Color information
#C050B5 (or 0xC050B5) is known color: Fuchsia. HEX triplet: C0, 50 and B5. RGB value is (192,80,181). Sum of RGB (Red+Green+Blue) = 192+80+181=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050B5 is #3FAF4A. Grayscale: #7C7C7C. Windows color (decimal): -4173643 or 11882688. OLE color: 11882688.
HSL color Cylindrical-coordinate representation of color #C050B5: hue angle of 305.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050B5 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 181 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.25 |
| HSL | 305.89º | 0.47% | 0.53% | - |
| HSV(B) | 305.89º | 0.58% | 0.75% | - |
| XYZ | 32.95 | 20.28 | 45.89 | - |
| YUV | 125 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 181 | 0 | 0.58 | 0.06 | 0.25 | 305.89 | 0.47 | 0.53 |
| Hex | C0 | 50 | B5 | 0 | 3A | 6 | 19 | 132 | 2F | 35 |
| Octal | 300 | 120 | 265 | 0 | 72 | 6 | 31 | 462 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10110101 | 0 | 111010 | 110 | 11001 | 100110010 | 101111 | 110101 |
Color Harmonies of #C050B5
Complementary color
Monochromatic Colors of #C050B5
Black with #C050B5
Text Example
Text Example
White with #C050B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050B5; }
p { color: rgb(192,80,181); }
H1.HeaderClassName
{
color: #C050B5;
}
.AnyTagClassName
{
color: #C050B5;
}
</style>
background-color css
<style>
a { background-color: #C050B5; }
a { background-color: rgb(192,80,181); }
div.DivClassName
{
background-color: #C050B5;
}
.BgClassName
{
background-color: #C050B5;
}
</style>
border-color css
<style>
span { border-color: #C050B5; }
span { border-color: rgb(192,80,181); }
td.TdClassName
{
border-color: #C050B5;
}
.TagClassName
{
border-color: #C050B5;
}
</style>