Shades of Fuchsia #C04BA8
Tints of Fuchsia #C04BA8
RGB
CMYK
RGB Variations
Color information
#C04BA8 (or 0xC04BA8) is known color: Fuchsia. HEX triplet: C0, 4B and A8. RGB value is (192,75,168). Sum of RGB (Red+Green+Blue) = 192+75+168=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BA8 is #3FB457. Grayscale: #787878. Windows color (decimal): -4174936 or 11029440. OLE color: 11029440.
HSL color Cylindrical-coordinate representation of color #C04BA8: hue angle of 312.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04BA8 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 168 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.25 |
| HSL | 312.31º | 0.48% | 0.52% | - |
| HSV(B) | 312.31º | 0.61% | 0.75% | - |
| XYZ | 31.32 | 19.07 | 39.07 | - |
| YUV | 120.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 168 | 0 | 0.61 | 0.12 | 0.25 | 312.31 | 0.48 | 0.52 |
| Hex | C0 | 4B | A8 | 0 | 3D | C | 19 | 138 | 30 | 34 |
| Octal | 300 | 113 | 250 | 0 | 75 | 14 | 31 | 470 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10101000 | 0 | 111101 | 1100 | 11001 | 100111000 | 110000 | 110100 |
Color Harmonies of #C04BA8
Complementary color
Monochromatic Colors of #C04BA8
Black with #C04BA8
Text Example
Text Example
White with #C04BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04BA8; }
p { color: rgb(192,75,168); }
H1.HeaderClassName
{
color: #C04BA8;
}
.AnyTagClassName
{
color: #C04BA8;
}
</style>
background-color css
<style>
a { background-color: #C04BA8; }
a { background-color: rgb(192,75,168); }
div.DivClassName
{
background-color: #C04BA8;
}
.BgClassName
{
background-color: #C04BA8;
}
</style>
border-color css
<style>
span { border-color: #C04BA8; }
span { border-color: rgb(192,75,168); }
td.TdClassName
{
border-color: #C04BA8;
}
.TagClassName
{
border-color: #C04BA8;
}
</style>