Shades of Fuchsia #C03BAC
Tints of Fuchsia #C03BAC
RGB
CMYK
RGB Variations
Color information
#C03BAC (or 0xC03BAC) is known color: Fuchsia. HEX triplet: C0, 3B and AC. RGB value is (192,59,172). Sum of RGB (Red+Green+Blue) = 192+59+172=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAC is #3FC453. Grayscale: #6F6F6F. Windows color (decimal): -4179028 or 11287488. OLE color: 11287488.
HSL color Cylindrical-coordinate representation of color #C03BAC: hue angle of 309.02º 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 #C03BAC is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 172 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.25 |
| HSL | 309.02º | 0.53% | 0.49% | - |
| HSV(B) | 309.02º | 0.69% | 0.75% | - |
| XYZ | 30.75 | 17.31 | 40.75 | - |
| YUV | 111.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 172 | 0 | 0.69 | 0.10 | 0.25 | 309.02 | 0.53 | 0.49 |
| Hex | C0 | 3B | AC | 0 | 45 | A | 19 | 135 | 35 | 31 |
| Octal | 300 | 73 | 254 | 0 | 105 | 12 | 31 | 465 | 65 | 61 |
| Binary | 11000000 | 111011 | 10101100 | 0 | 1000101 | 1010 | 11001 | 100110101 | 110101 | 110001 |
Color Harmonies of #C03BAC
Complementary color
Monochromatic Colors of #C03BAC
Black with #C03BAC
Text Example
Text Example
White with #C03BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BAC; }
p { color: rgb(192,59,172); }
H1.HeaderClassName
{
color: #C03BAC;
}
.AnyTagClassName
{
color: #C03BAC;
}
</style>
background-color css
<style>
a { background-color: #C03BAC; }
a { background-color: rgb(192,59,172); }
div.DivClassName
{
background-color: #C03BAC;
}
.BgClassName
{
background-color: #C03BAC;
}
</style>
border-color css
<style>
span { border-color: #C03BAC; }
span { border-color: rgb(192,59,172); }
td.TdClassName
{
border-color: #C03BAC;
}
.TagClassName
{
border-color: #C03BAC;
}
</style>