Shades of Fuchsia #C04ABE
Tints of Fuchsia #C04ABE
RGB
CMYK
RGB Variations
Color information
#C04ABE (or 0xC04ABE) is known color: Fuchsia. HEX triplet: C0, 4A and BE. RGB value is (192,74,190). Sum of RGB (Red+Green+Blue) = 192+74+190=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C04ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ABE is #3FB541. Grayscale: #7A7A7A. Windows color (decimal): -4175170 or 12470976. OLE color: 12470976.
HSL color Cylindrical-coordinate representation of color #C04ABE: hue angle of 301.02º 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 #C04ABE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 190 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.25 |
| HSL | 301.02º | 0.48% | 0.52% | - |
| HSV(B) | 301.02º | 0.61% | 0.75% | - |
| XYZ | 33.48 | 19.82 | 50.78 | - |
| YUV | 122.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 190 | 0 | 0.61 | 0.01 | 0.25 | 301.02 | 0.48 | 0.52 |
| Hex | C0 | 4A | BE | 0 | 3D | 1 | 19 | 12D | 30 | 34 |
| Octal | 300 | 112 | 276 | 0 | 75 | 1 | 31 | 455 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10111110 | 0 | 111101 | 1 | 11001 | 100101101 | 110000 | 110100 |
Color Harmonies of #C04ABE
Complementary color
Monochromatic Colors of #C04ABE
Black with #C04ABE
Text Example
Text Example
White with #C04ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ABE; }
p { color: rgb(192,74,190); }
H1.HeaderClassName
{
color: #C04ABE;
}
.AnyTagClassName
{
color: #C04ABE;
}
</style>
background-color css
<style>
a { background-color: #C04ABE; }
a { background-color: rgb(192,74,190); }
div.DivClassName
{
background-color: #C04ABE;
}
.BgClassName
{
background-color: #C04ABE;
}
</style>
border-color css
<style>
span { border-color: #C04ABE; }
span { border-color: rgb(192,74,190); }
td.TdClassName
{
border-color: #C04ABE;
}
.TagClassName
{
border-color: #C04ABE;
}
</style>