Shades of Fuchsia #C04AB4
Tints of Fuchsia #C04AB4
RGB
CMYK
RGB Variations
Color information
#C04AB4 (or 0xC04AB4) is known color: Fuchsia. HEX triplet: C0, 4A and B4. RGB value is (192,74,180). Sum of RGB (Red+Green+Blue) = 192+74+180=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB4 is #3FB54B. Grayscale: #797979. Windows color (decimal): -4175180 or 11815616. OLE color: 11815616.
HSL color Cylindrical-coordinate representation of color #C04AB4: hue angle of 306.1º 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 #C04AB4 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 180 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.25 |
| HSL | 306.1º | 0.48% | 0.52% | - |
| HSV(B) | 306.1º | 0.61% | 0.75% | - |
| XYZ | 32.43 | 19.4 | 45.22 | - |
| YUV | 121.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 180 | 0 | 0.61 | 0.06 | 0.25 | 306.1 | 0.48 | 0.52 |
| Hex | C0 | 4A | B4 | 0 | 3D | 6 | 19 | 132 | 30 | 34 |
| Octal | 300 | 112 | 264 | 0 | 75 | 6 | 31 | 462 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10110100 | 0 | 111101 | 110 | 11001 | 100110010 | 110000 | 110100 |
Color Harmonies of #C04AB4
Complementary color
Monochromatic Colors of #C04AB4
Black with #C04AB4
Text Example
Text Example
White with #C04AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AB4; }
p { color: rgb(192,74,180); }
H1.HeaderClassName
{
color: #C04AB4;
}
.AnyTagClassName
{
color: #C04AB4;
}
</style>
background-color css
<style>
a { background-color: #C04AB4; }
a { background-color: rgb(192,74,180); }
div.DivClassName
{
background-color: #C04AB4;
}
.BgClassName
{
background-color: #C04AB4;
}
</style>
border-color css
<style>
span { border-color: #C04AB4; }
span { border-color: rgb(192,74,180); }
td.TdClassName
{
border-color: #C04AB4;
}
.TagClassName
{
border-color: #C04AB4;
}
</style>