Shades of Fuchsia #C04BAC
Tints of Fuchsia #C04BAC
RGB
CMYK
RGB Variations
Color information
#C04BAC (or 0xC04BAC) is known color: Fuchsia. HEX triplet: C0, 4B and AC. RGB value is (192,75,172). Sum of RGB (Red+Green+Blue) = 192+75+172=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BAC is #3FB453. Grayscale: #787878. Windows color (decimal): -4174932 or 11291584. OLE color: 11291584.
HSL color Cylindrical-coordinate representation of color #C04BAC: hue angle of 310.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04BAC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 172 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.25 |
| HSL | 310.26º | 0.48% | 0.52% | - |
| HSV(B) | 310.26º | 0.61% | 0.75% | - |
| XYZ | 31.7 | 19.22 | 41.07 | - |
| YUV | 121.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 172 | 0 | 0.61 | 0.10 | 0.25 | 310.26 | 0.48 | 0.52 |
| Hex | C0 | 4B | AC | 0 | 3D | A | 19 | 136 | 30 | 34 |
| Octal | 300 | 113 | 254 | 0 | 75 | 12 | 31 | 466 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10101100 | 0 | 111101 | 1010 | 11001 | 100110110 | 110000 | 110100 |
Color Harmonies of #C04BAC
Complementary color
Monochromatic Colors of #C04BAC
Black with #C04BAC
Text Example
Text Example
White with #C04BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BAC; }
p { color: rgb(192,75,172); }
H1.HeaderClassName
{
color: #C04BAC;
}
.AnyTagClassName
{
color: #C04BAC;
}
</style>
background-color css
<style>
a { background-color: #C04BAC; }
a { background-color: rgb(192,75,172); }
div.DivClassName
{
background-color: #C04BAC;
}
.BgClassName
{
background-color: #C04BAC;
}
</style>
border-color css
<style>
span { border-color: #C04BAC; }
span { border-color: rgb(192,75,172); }
td.TdClassName
{
border-color: #C04BAC;
}
.TagClassName
{
border-color: #C04BAC;
}
</style>