Shades of Fuchsia #C04CBE
Tints of Fuchsia #C04CBE
RGB
CMYK
RGB Variations
Color information
#C04CBE (or 0xC04CBE) is known color: Fuchsia. HEX triplet: C0, 4C and BE. RGB value is (192,76,190). Sum of RGB (Red+Green+Blue) = 192+76+190=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CBE is #3FB341. Grayscale: #7B7B7B. Windows color (decimal): -4174658 or 12471488. OLE color: 12471488.
HSL color Cylindrical-coordinate representation of color #C04CBE: hue angle of 301.03º 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 #C04CBE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 190 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.25 |
| HSL | 301.03º | 0.48% | 0.53% | - |
| HSV(B) | 301.03º | 0.6% | 0.75% | - |
| XYZ | 33.62 | 20.09 | 50.82 | - |
| YUV | 123.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 190 | 0 | 0.60 | 0.01 | 0.25 | 301.03 | 0.48 | 0.53 |
| Hex | C0 | 4C | BE | 0 | 3C | 1 | 19 | 12D | 30 | 35 |
| Octal | 300 | 114 | 276 | 0 | 74 | 1 | 31 | 455 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10111110 | 0 | 111100 | 1 | 11001 | 100101101 | 110000 | 110101 |
Color Harmonies of #C04CBE
Complementary color
Monochromatic Colors of #C04CBE
Black with #C04CBE
Text Example
Text Example
White with #C04CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CBE; }
p { color: rgb(192,76,190); }
H1.HeaderClassName
{
color: #C04CBE;
}
.AnyTagClassName
{
color: #C04CBE;
}
</style>
background-color css
<style>
a { background-color: #C04CBE; }
a { background-color: rgb(192,76,190); }
div.DivClassName
{
background-color: #C04CBE;
}
.BgClassName
{
background-color: #C04CBE;
}
</style>
border-color css
<style>
span { border-color: #C04CBE; }
span { border-color: rgb(192,76,190); }
td.TdClassName
{
border-color: #C04CBE;
}
.TagClassName
{
border-color: #C04CBE;
}
</style>