Shades of Fuchsia #C04CB6
Tints of Fuchsia #C04CB6
RGB
CMYK
RGB Variations
Color information
#C04CB6 (or 0xC04CB6) is known color: Fuchsia. HEX triplet: C0, 4C and B6. RGB value is (192,76,182). Sum of RGB (Red+Green+Blue) = 192+76+182=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CB6 is #3FB349. Grayscale: #7A7A7A. Windows color (decimal): -4174666 or 11947200. OLE color: 11947200.
HSL color Cylindrical-coordinate representation of color #C04CB6: hue angle of 305.17º 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 #C04CB6 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 182 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.25 |
| HSL | 305.17º | 0.48% | 0.53% | - |
| HSV(B) | 305.17º | 0.6% | 0.75% | - |
| XYZ | 32.77 | 19.75 | 46.34 | - |
| YUV | 122.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 182 | 0 | 0.60 | 0.05 | 0.25 | 305.17 | 0.48 | 0.53 |
| Hex | C0 | 4C | B6 | 0 | 3C | 5 | 19 | 131 | 30 | 35 |
| Octal | 300 | 114 | 266 | 0 | 74 | 5 | 31 | 461 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10110110 | 0 | 111100 | 101 | 11001 | 100110001 | 110000 | 110101 |
Color Harmonies of #C04CB6
Complementary color
Monochromatic Colors of #C04CB6
Black with #C04CB6
Text Example
Text Example
White with #C04CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CB6; }
p { color: rgb(192,76,182); }
H1.HeaderClassName
{
color: #C04CB6;
}
.AnyTagClassName
{
color: #C04CB6;
}
</style>
background-color css
<style>
a { background-color: #C04CB6; }
a { background-color: rgb(192,76,182); }
div.DivClassName
{
background-color: #C04CB6;
}
.BgClassName
{
background-color: #C04CB6;
}
</style>
border-color css
<style>
span { border-color: #C04CB6; }
span { border-color: rgb(192,76,182); }
td.TdClassName
{
border-color: #C04CB6;
}
.TagClassName
{
border-color: #C04CB6;
}
</style>