Shades of Fuchsia #C041AB
Tints of Fuchsia #C041AB
RGB
CMYK
RGB Variations
Color information
#C041AB (or 0xC041AB) is known color: Fuchsia. HEX triplet: C0, 41 and AB. RGB value is (192,65,171). Sum of RGB (Red+Green+Blue) = 192+65+171=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C041AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041AB is #3FBE54. Grayscale: #727272. Windows color (decimal): -4177493 or 11223488. OLE color: 11223488.
HSL color Cylindrical-coordinate representation of color #C041AB: hue angle of 309.92º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C041AB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 171 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.25 |
| HSL | 309.92º | 0.5% | 0.5% | - |
| HSV(B) | 309.92º | 0.66% | 0.75% | - |
| XYZ | 30.98 | 17.93 | 40.36 | - |
| YUV | 115.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 171 | 0 | 0.66 | 0.11 | 0.25 | 309.92 | 0.5 | 0.5 |
| Hex | C0 | 41 | AB | 0 | 42 | B | 19 | 136 | 32 | 32 |
| Octal | 300 | 101 | 253 | 0 | 102 | 13 | 31 | 466 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10101011 | 0 | 1000010 | 1011 | 11001 | 100110110 | 110010 | 110010 |
Color Harmonies of #C041AB
Complementary color
Monochromatic Colors of #C041AB
Black with #C041AB
Text Example
Text Example
White with #C041AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041AB; }
p { color: rgb(192,65,171); }
H1.HeaderClassName
{
color: #C041AB;
}
.AnyTagClassName
{
color: #C041AB;
}
</style>
background-color css
<style>
a { background-color: #C041AB; }
a { background-color: rgb(192,65,171); }
div.DivClassName
{
background-color: #C041AB;
}
.BgClassName
{
background-color: #C041AB;
}
</style>
border-color css
<style>
span { border-color: #C041AB; }
span { border-color: rgb(192,65,171); }
td.TdClassName
{
border-color: #C041AB;
}
.TagClassName
{
border-color: #C041AB;
}
</style>