Shades of Fuchsia #C04ABB
Tints of Fuchsia #C04ABB
RGB
CMYK
RGB Variations
Color information
#C04ABB (or 0xC04ABB) is known color: Fuchsia. HEX triplet: C0, 4A and BB. RGB value is (192,74,187). Sum of RGB (Red+Green+Blue) = 192+74+187=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C04ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ABB is #3FB544. Grayscale: #797979. Windows color (decimal): -4175173 or 12274368. OLE color: 12274368.
HSL color Cylindrical-coordinate representation of color #C04ABB: hue angle of 302.54º 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 #C04ABB is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 187 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.25 |
| HSL | 302.54º | 0.48% | 0.52% | - |
| HSV(B) | 302.54º | 0.61% | 0.75% | - |
| XYZ | 33.16 | 19.69 | 49.07 | - |
| YUV | 122.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 187 | 0 | 0.61 | 0.03 | 0.25 | 302.54 | 0.48 | 0.52 |
| Hex | C0 | 4A | BB | 0 | 3D | 3 | 19 | 12F | 30 | 34 |
| Octal | 300 | 112 | 273 | 0 | 75 | 3 | 31 | 457 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10111011 | 0 | 111101 | 11 | 11001 | 100101111 | 110000 | 110100 |
Color Harmonies of #C04ABB
Complementary color
Monochromatic Colors of #C04ABB
Black with #C04ABB
Text Example
Text Example
White with #C04ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ABB; }
p { color: rgb(192,74,187); }
H1.HeaderClassName
{
color: #C04ABB;
}
.AnyTagClassName
{
color: #C04ABB;
}
</style>
background-color css
<style>
a { background-color: #C04ABB; }
a { background-color: rgb(192,74,187); }
div.DivClassName
{
background-color: #C04ABB;
}
.BgClassName
{
background-color: #C04ABB;
}
</style>
border-color css
<style>
span { border-color: #C04ABB; }
span { border-color: rgb(192,74,187); }
td.TdClassName
{
border-color: #C04ABB;
}
.TagClassName
{
border-color: #C04ABB;
}
</style>