Shades of Fuchsia #C03BBC
Tints of Fuchsia #C03BBC
RGB
CMYK
RGB Variations
Color information
#C03BBC (or 0xC03BBC) is known color: Fuchsia. HEX triplet: C0, 3B and BC. RGB value is (192,59,188). Sum of RGB (Red+Green+Blue) = 192+59+188=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BBC is #3FC443. Grayscale: #717171. Windows color (decimal): -4179012 or 12336064. OLE color: 12336064.
HSL color Cylindrical-coordinate representation of color #C03BBC: hue angle of 301.8º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03BBC is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 188 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.25 |
| HSL | 301.8º | 0.53% | 0.49% | - |
| HSV(B) | 301.8º | 0.69% | 0.75% | - |
| XYZ | 32.38 | 17.97 | 49.34 | - |
| YUV | 113.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 188 | 0 | 0.69 | 0.02 | 0.25 | 301.8 | 0.53 | 0.49 |
| Hex | C0 | 3B | BC | 0 | 45 | 2 | 19 | 12E | 35 | 31 |
| Octal | 300 | 73 | 274 | 0 | 105 | 2 | 31 | 456 | 65 | 61 |
| Binary | 11000000 | 111011 | 10111100 | 0 | 1000101 | 10 | 11001 | 100101110 | 110101 | 110001 |
Color Harmonies of #C03BBC
Complementary color
Monochromatic Colors of #C03BBC
Black with #C03BBC
Text Example
Text Example
White with #C03BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BBC; }
p { color: rgb(192,59,188); }
H1.HeaderClassName
{
color: #C03BBC;
}
.AnyTagClassName
{
color: #C03BBC;
}
</style>
background-color css
<style>
a { background-color: #C03BBC; }
a { background-color: rgb(192,59,188); }
div.DivClassName
{
background-color: #C03BBC;
}
.BgClassName
{
background-color: #C03BBC;
}
</style>
border-color css
<style>
span { border-color: #C03BBC; }
span { border-color: rgb(192,59,188); }
td.TdClassName
{
border-color: #C03BBC;
}
.TagClassName
{
border-color: #C03BBC;
}
</style>