Shades of Fuchsia #C03CAC
Tints of Fuchsia #C03CAC
RGB
CMYK
RGB Variations
Color information
#C03CAC (or 0xC03CAC) is known color: Fuchsia. HEX triplet: C0, 3C and AC. RGB value is (192,60,172). Sum of RGB (Red+Green+Blue) = 192+60+172=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAC is #3FC353. Grayscale: #6F6F6F. Windows color (decimal): -4178772 or 11287744. OLE color: 11287744.
HSL color Cylindrical-coordinate representation of color #C03CAC: hue angle of 309.09º degrees, saturation: 0.52, 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 #C03CAC is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 172 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.25 |
| HSL | 309.09º | 0.52% | 0.49% | - |
| HSV(B) | 309.09º | 0.69% | 0.75% | - |
| XYZ | 30.8 | 17.42 | 40.77 | - |
| YUV | 112.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 172 | 0 | 0.69 | 0.10 | 0.25 | 309.09 | 0.52 | 0.49 |
| Hex | C0 | 3C | AC | 0 | 45 | A | 19 | 135 | 34 | 31 |
| Octal | 300 | 74 | 254 | 0 | 105 | 12 | 31 | 465 | 64 | 61 |
| Binary | 11000000 | 111100 | 10101100 | 0 | 1000101 | 1010 | 11001 | 100110101 | 110100 | 110001 |
Color Harmonies of #C03CAC
Complementary color
Monochromatic Colors of #C03CAC
Black with #C03CAC
Text Example
Text Example
White with #C03CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CAC; }
p { color: rgb(192,60,172); }
H1.HeaderClassName
{
color: #C03CAC;
}
.AnyTagClassName
{
color: #C03CAC;
}
</style>
background-color css
<style>
a { background-color: #C03CAC; }
a { background-color: rgb(192,60,172); }
div.DivClassName
{
background-color: #C03CAC;
}
.BgClassName
{
background-color: #C03CAC;
}
</style>
border-color css
<style>
span { border-color: #C03CAC; }
span { border-color: rgb(192,60,172); }
td.TdClassName
{
border-color: #C03CAC;
}
.TagClassName
{
border-color: #C03CAC;
}
</style>