Shades of Fuchsia #C041AA
Tints of Fuchsia #C041AA
RGB
CMYK
RGB Variations
Color information
#C041AA (or 0xC041AA) is known color: Fuchsia. HEX triplet: C0, 41 and AA. RGB value is (192,65,170). Sum of RGB (Red+Green+Blue) = 192+65+170=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C041AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C041AA is #3FBE55. Grayscale: #727272. Windows color (decimal): -4177494 or 11157952. OLE color: 11157952.
HSL color Cylindrical-coordinate representation of color #C041AA: hue angle of 310.39º 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 #C041AA is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 170 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.25 |
| HSL | 310.39º | 0.5% | 0.5% | - |
| HSV(B) | 310.39º | 0.66% | 0.75% | - |
| XYZ | 30.88 | 17.89 | 39.86 | - |
| YUV | 114.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 170 | 0 | 0.66 | 0.11 | 0.25 | 310.39 | 0.5 | 0.5 |
| Hex | C0 | 41 | AA | 0 | 42 | B | 19 | 136 | 32 | 32 |
| Octal | 300 | 101 | 252 | 0 | 102 | 13 | 31 | 466 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10101010 | 0 | 1000010 | 1011 | 11001 | 100110110 | 110010 | 110010 |
Color Harmonies of #C041AA
Complementary color
Monochromatic Colors of #C041AA
Black with #C041AA
Text Example
Text Example
White with #C041AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041AA; }
p { color: rgb(192,65,170); }
H1.HeaderClassName
{
color: #C041AA;
}
.AnyTagClassName
{
color: #C041AA;
}
</style>
background-color css
<style>
a { background-color: #C041AA; }
a { background-color: rgb(192,65,170); }
div.DivClassName
{
background-color: #C041AA;
}
.BgClassName
{
background-color: #C041AA;
}
</style>
border-color css
<style>
span { border-color: #C041AA; }
span { border-color: rgb(192,65,170); }
td.TdClassName
{
border-color: #C041AA;
}
.TagClassName
{
border-color: #C041AA;
}
</style>