Shades of Fuchsia #C050B2
Tints of Fuchsia #C050B2
RGB
CMYK
RGB Variations
Color information
#C050B2 (or 0xC050B2) is known color: Fuchsia. HEX triplet: C0, 50 and B2. RGB value is (192,80,178). Sum of RGB (Red+Green+Blue) = 192+80+178=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C050B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050B2 is #3FAF4D. Grayscale: #7C7C7C. Windows color (decimal): -4173646 or 11686080. OLE color: 11686080.
HSL color Cylindrical-coordinate representation of color #C050B2: hue angle of 307.5º 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 #C050B2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 178 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.25 |
| HSL | 307.5º | 0.47% | 0.53% | - |
| HSV(B) | 307.5º | 0.58% | 0.75% | - |
| XYZ | 32.64 | 20.16 | 44.29 | - |
| YUV | 124.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 178 | 0 | 0.58 | 0.07 | 0.25 | 307.5 | 0.47 | 0.53 |
| Hex | C0 | 50 | B2 | 0 | 3A | 7 | 19 | 134 | 2F | 35 |
| Octal | 300 | 120 | 262 | 0 | 72 | 7 | 31 | 464 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10110010 | 0 | 111010 | 111 | 11001 | 100110100 | 101111 | 110101 |
Color Harmonies of #C050B2
Complementary color
Monochromatic Colors of #C050B2
Black with #C050B2
Text Example
Text Example
White with #C050B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C050B2; }
p { color: rgb(192,80,178); }
H1.HeaderClassName
{
color: #C050B2;
}
.AnyTagClassName
{
color: #C050B2;
}
</style>
background-color css
<style>
a { background-color: #C050B2; }
a { background-color: rgb(192,80,178); }
div.DivClassName
{
background-color: #C050B2;
}
.BgClassName
{
background-color: #C050B2;
}
</style>
border-color css
<style>
span { border-color: #C050B2; }
span { border-color: rgb(192,80,178); }
td.TdClassName
{
border-color: #C050B2;
}
.TagClassName
{
border-color: #C050B2;
}
</style>