Shades of Fuchsia #C04ABD
Tints of Fuchsia #C04ABD
RGB
CMYK
RGB Variations
Color information
#C04ABD (or 0xC04ABD) is known color: Fuchsia. HEX triplet: C0, 4A and BD. RGB value is (192,74,189). Sum of RGB (Red+Green+Blue) = 192+74+189=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C04ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ABD is #3FB542. Grayscale: #7A7A7A. Windows color (decimal): -4175171 or 12405440. OLE color: 12405440.
HSL color Cylindrical-coordinate representation of color #C04ABD: hue angle of 301.53º 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 #C04ABD is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 189 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.25 |
| HSL | 301.53º | 0.48% | 0.52% | - |
| HSV(B) | 301.53º | 0.61% | 0.75% | - |
| XYZ | 33.37 | 19.78 | 50.2 | - |
| YUV | 122.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 189 | 0 | 0.61 | 0.02 | 0.25 | 301.53 | 0.48 | 0.52 |
| Hex | C0 | 4A | BD | 0 | 3D | 2 | 19 | 12E | 30 | 34 |
| Octal | 300 | 112 | 275 | 0 | 75 | 2 | 31 | 456 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10111101 | 0 | 111101 | 10 | 11001 | 100101110 | 110000 | 110100 |
Color Harmonies of #C04ABD
Complementary color
Monochromatic Colors of #C04ABD
Black with #C04ABD
Text Example
Text Example
White with #C04ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04ABD; }
p { color: rgb(192,74,189); }
H1.HeaderClassName
{
color: #C04ABD;
}
.AnyTagClassName
{
color: #C04ABD;
}
</style>
background-color css
<style>
a { background-color: #C04ABD; }
a { background-color: rgb(192,74,189); }
div.DivClassName
{
background-color: #C04ABD;
}
.BgClassName
{
background-color: #C04ABD;
}
</style>
border-color css
<style>
span { border-color: #C04ABD; }
span { border-color: rgb(192,74,189); }
td.TdClassName
{
border-color: #C04ABD;
}
.TagClassName
{
border-color: #C04ABD;
}
</style>