Shades of Fuchsia #C04FB6
Tints of Fuchsia #C04FB6
RGB
CMYK
RGB Variations
Color information
#C04FB6 (or 0xC04FB6) is known color: Fuchsia. HEX triplet: C0, 4F and B6. RGB value is (192,79,182). Sum of RGB (Red+Green+Blue) = 192+79+182=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FB6 is #3FB049. Grayscale: #7C7C7C. Windows color (decimal): -4173898 or 11947968. OLE color: 11947968.
HSL color Cylindrical-coordinate representation of color #C04FB6: hue angle of 305.31º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FB6 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 182 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.25 |
| HSL | 305.31º | 0.47% | 0.53% | - |
| HSV(B) | 305.31º | 0.59% | 0.75% | - |
| XYZ | 32.98 | 20.18 | 46.41 | - |
| YUV | 124.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 182 | 0 | 0.59 | 0.05 | 0.25 | 305.31 | 0.47 | 0.53 |
| Hex | C0 | 4F | B6 | 0 | 3B | 5 | 19 | 131 | 2F | 35 |
| Octal | 300 | 117 | 266 | 0 | 73 | 5 | 31 | 461 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10110110 | 0 | 111011 | 101 | 11001 | 100110001 | 101111 | 110101 |
Color Harmonies of #C04FB6
Complementary color
Monochromatic Colors of #C04FB6
Black with #C04FB6
Text Example
Text Example
White with #C04FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04FB6; }
p { color: rgb(192,79,182); }
H1.HeaderClassName
{
color: #C04FB6;
}
.AnyTagClassName
{
color: #C04FB6;
}
</style>
background-color css
<style>
a { background-color: #C04FB6; }
a { background-color: rgb(192,79,182); }
div.DivClassName
{
background-color: #C04FB6;
}
.BgClassName
{
background-color: #C04FB6;
}
</style>
border-color css
<style>
span { border-color: #C04FB6; }
span { border-color: rgb(192,79,182); }
td.TdClassName
{
border-color: #C04FB6;
}
.TagClassName
{
border-color: #C04FB6;
}
</style>