Shades of Fuchsia #C04CB2
Tints of Fuchsia #C04CB2
RGB
CMYK
RGB Variations
Color information
#C04CB2 (or 0xC04CB2) is known color: Fuchsia. HEX triplet: C0, 4C and B2. RGB value is (192,76,178). Sum of RGB (Red+Green+Blue) = 192+76+178=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CB2 is #3FB34D. Grayscale: #7A7A7A. Windows color (decimal): -4174670 or 11685056. OLE color: 11685056.
HSL color Cylindrical-coordinate representation of color #C04CB2: hue angle of 307.24º 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 #C04CB2 is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 178 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.25 |
| HSL | 307.24º | 0.48% | 0.53% | - |
| HSV(B) | 307.24º | 0.6% | 0.75% | - |
| XYZ | 32.36 | 19.59 | 44.2 | - |
| YUV | 122.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 178 | 0 | 0.60 | 0.07 | 0.25 | 307.24 | 0.48 | 0.53 |
| Hex | C0 | 4C | B2 | 0 | 3C | 7 | 19 | 133 | 30 | 35 |
| Octal | 300 | 114 | 262 | 0 | 74 | 7 | 31 | 463 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10110010 | 0 | 111100 | 111 | 11001 | 100110011 | 110000 | 110101 |
Color Harmonies of #C04CB2
Complementary color
Monochromatic Colors of #C04CB2
Black with #C04CB2
Text Example
Text Example
White with #C04CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CB2; }
p { color: rgb(192,76,178); }
H1.HeaderClassName
{
color: #C04CB2;
}
.AnyTagClassName
{
color: #C04CB2;
}
</style>
background-color css
<style>
a { background-color: #C04CB2; }
a { background-color: rgb(192,76,178); }
div.DivClassName
{
background-color: #C04CB2;
}
.BgClassName
{
background-color: #C04CB2;
}
</style>
border-color css
<style>
span { border-color: #C04CB2; }
span { border-color: rgb(192,76,178); }
td.TdClassName
{
border-color: #C04CB2;
}
.TagClassName
{
border-color: #C04CB2;
}
</style>