Shades of Fuchsia #C04AB5
Tints of Fuchsia #C04AB5
RGB
CMYK
RGB Variations
Color information
#C04AB5 (or 0xC04AB5) is known color: Fuchsia. HEX triplet: C0, 4A and B5. RGB value is (192,74,181). Sum of RGB (Red+Green+Blue) = 192+74+181=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB5 is #3FB54A. Grayscale: #797979. Windows color (decimal): -4175179 or 11881152. OLE color: 11881152.
HSL color Cylindrical-coordinate representation of color #C04AB5: hue angle of 305.59º 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 #C04AB5 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 181 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.25 |
| HSL | 305.59º | 0.48% | 0.52% | - |
| HSV(B) | 305.59º | 0.61% | 0.75% | - |
| XYZ | 32.53 | 19.44 | 45.75 | - |
| YUV | 121.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 181 | 0 | 0.61 | 0.06 | 0.25 | 305.59 | 0.48 | 0.52 |
| Hex | C0 | 4A | B5 | 0 | 3D | 6 | 19 | 132 | 30 | 34 |
| Octal | 300 | 112 | 265 | 0 | 75 | 6 | 31 | 462 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10110101 | 0 | 111101 | 110 | 11001 | 100110010 | 110000 | 110100 |
Color Harmonies of #C04AB5
Complementary color
Monochromatic Colors of #C04AB5
Black with #C04AB5
Text Example
Text Example
White with #C04AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AB5; }
p { color: rgb(192,74,181); }
H1.HeaderClassName
{
color: #C04AB5;
}
.AnyTagClassName
{
color: #C04AB5;
}
</style>
background-color css
<style>
a { background-color: #C04AB5; }
a { background-color: rgb(192,74,181); }
div.DivClassName
{
background-color: #C04AB5;
}
.BgClassName
{
background-color: #C04AB5;
}
</style>
border-color css
<style>
span { border-color: #C04AB5; }
span { border-color: rgb(192,74,181); }
td.TdClassName
{
border-color: #C04AB5;
}
.TagClassName
{
border-color: #C04AB5;
}
</style>