Shades of Fuchsia #C72CAE
Tints of Fuchsia #C72CAE
RGB
CMYK
RGB Variations
Color information
#C72CAE (or 0xC72CAE) is known color: Fuchsia. HEX triplet: C7, 2C and AE. RGB value is (199,44,174). Sum of RGB (Red+Green+Blue) = 199+44+174=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C72CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72CAE is #38D351. Grayscale: #686868. Windows color (decimal): -3724114 or 11414727. OLE color: 11414727.
HSL color Cylindrical-coordinate representation of color #C72CAE: hue angle of 309.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72CAE is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 44 | 174 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.22 |
| HSL | 309.68º | 0.64% | 0.48% | - |
| HSV(B) | 309.68º | 0.78% | 0.78% | - |
| XYZ | 32.09 | 17 | 41.63 | - |
| YUV | 105.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 44 | 174 | 0 | 0.78 | 0.13 | 0.22 | 309.68 | 0.64 | 0.48 |
| Hex | C7 | 2C | AE | 0 | 4E | D | 16 | 136 | 40 | 30 |
| Octal | 307 | 54 | 256 | 0 | 116 | 15 | 26 | 466 | 100 | 60 |
| Binary | 11000111 | 101100 | 10101110 | 0 | 1001110 | 1101 | 10110 | 100110110 | 1000000 | 110000 |
Color Harmonies of #C72CAE
Complementary color
Monochromatic Colors of #C72CAE
Black with #C72CAE
Text Example
Text Example
White with #C72CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72CAE; }
p { color: rgb(199,44,174); }
H1.HeaderClassName
{
color: #C72CAE;
}
.AnyTagClassName
{
color: #C72CAE;
}
</style>
background-color css
<style>
a { background-color: #C72CAE; }
a { background-color: rgb(199,44,174); }
div.DivClassName
{
background-color: #C72CAE;
}
.BgClassName
{
background-color: #C72CAE;
}
</style>
border-color css
<style>
span { border-color: #C72CAE; }
span { border-color: rgb(199,44,174); }
td.TdClassName
{
border-color: #C72CAE;
}
.TagClassName
{
border-color: #C72CAE;
}
</style>