Shades of Fuchsia #C72AAF
Tints of Fuchsia #C72AAF
RGB
CMYK
RGB Variations
Color information
#C72AAF (or 0xC72AAF) is known color: Fuchsia. HEX triplet: C7, 2A and AF. RGB value is (199,42,175). Sum of RGB (Red+Green+Blue) = 199+42+175=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AAF is #38D550. Grayscale: #676767. Windows color (decimal): -3724625 or 11479751. OLE color: 11479751.
HSL color Cylindrical-coordinate representation of color #C72AAF: hue angle of 309.17º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72AAF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 175 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.22 |
| HSL | 309.17º | 0.65% | 0.47% | - |
| HSV(B) | 309.17º | 0.79% | 0.78% | - |
| XYZ | 32.12 | 16.89 | 42.13 | - |
| YUV | 104.11 | 168.01 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 175 | 0 | 0.79 | 0.12 | 0.22 | 309.17 | 0.65 | 0.47 |
| Hex | C7 | 2A | AF | 0 | 4F | C | 16 | 135 | 41 | 2F |
| Octal | 307 | 52 | 257 | 0 | 117 | 14 | 26 | 465 | 101 | 57 |
| Binary | 11000111 | 101010 | 10101111 | 0 | 1001111 | 1100 | 10110 | 100110101 | 1000001 | 101111 |
Color Harmonies of #C72AAF
Complementary color
Monochromatic Colors of #C72AAF
Black with #C72AAF
Text Example
Text Example
White with #C72AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AAF; }
p { color: rgb(199,42,175); }
H1.HeaderClassName
{
color: #C72AAF;
}
.AnyTagClassName
{
color: #C72AAF;
}
</style>
background-color css
<style>
a { background-color: #C72AAF; }
a { background-color: rgb(199,42,175); }
div.DivClassName
{
background-color: #C72AAF;
}
.BgClassName
{
background-color: #C72AAF;
}
</style>
border-color css
<style>
span { border-color: #C72AAF; }
span { border-color: rgb(199,42,175); }
td.TdClassName
{
border-color: #C72AAF;
}
.TagClassName
{
border-color: #C72AAF;
}
</style>