Shades of Fuchsia #C04CB0
Tints of Fuchsia #C04CB0
RGB
CMYK
RGB Variations
Color information
#C04CB0 (or 0xC04CB0) is known color: Fuchsia. HEX triplet: C0, 4C and B0. RGB value is (192,76,176). Sum of RGB (Red+Green+Blue) = 192+76+176=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CB0 is #3FB34F. Grayscale: #797979. Windows color (decimal): -4174672 or 11553984. OLE color: 11553984.
HSL color Cylindrical-coordinate representation of color #C04CB0: hue angle of 308.28º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CB0 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 176 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.25 |
| HSL | 308.28º | 0.48% | 0.53% | - |
| HSV(B) | 308.28º | 0.6% | 0.75% | - |
| XYZ | 32.16 | 19.51 | 43.15 | - |
| YUV | 122.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 176 | 0 | 0.60 | 0.08 | 0.25 | 308.28 | 0.48 | 0.53 |
| Hex | C0 | 4C | B0 | 0 | 3C | 8 | 19 | 134 | 30 | 35 |
| Octal | 300 | 114 | 260 | 0 | 74 | 10 | 31 | 464 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10110000 | 0 | 111100 | 1000 | 11001 | 100110100 | 110000 | 110101 |
Color Harmonies of #C04CB0
Complementary color
Monochromatic Colors of #C04CB0
Black with #C04CB0
Text Example
Text Example
White with #C04CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CB0; }
p { color: rgb(192,76,176); }
H1.HeaderClassName
{
color: #C04CB0;
}
.AnyTagClassName
{
color: #C04CB0;
}
</style>
background-color css
<style>
a { background-color: #C04CB0; }
a { background-color: rgb(192,76,176); }
div.DivClassName
{
background-color: #C04CB0;
}
.BgClassName
{
background-color: #C04CB0;
}
</style>
border-color css
<style>
span { border-color: #C04CB0; }
span { border-color: rgb(192,76,176); }
td.TdClassName
{
border-color: #C04CB0;
}
.TagClassName
{
border-color: #C04CB0;
}
</style>