Shades of Fuchsia #C729AF
Tints of Fuchsia #C729AF
RGB
CMYK
RGB Variations
Color information
#C729AF (or 0xC729AF) is known color: Fuchsia. HEX triplet: C7, 29 and AF. RGB value is (199,41,175). Sum of RGB (Red+Green+Blue) = 199+41+175=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C729AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C729AF is #38D650. Grayscale: #676767. Windows color (decimal): -3724881 or 11479495. OLE color: 11479495.
HSL color Cylindrical-coordinate representation of color #C729AF: hue angle of 309.11º degrees, saturation: 0.66, 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 #C729AF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 175 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.22 |
| HSL | 309.11º | 0.66% | 0.47% | - |
| HSV(B) | 309.11º | 0.79% | 0.78% | - |
| XYZ | 32.08 | 16.82 | 42.11 | - |
| YUV | 103.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 175 | 0 | 0.79 | 0.12 | 0.22 | 309.11 | 0.66 | 0.47 |
| Hex | C7 | 29 | AF | 0 | 4F | C | 16 | 135 | 42 | 2F |
| Octal | 307 | 51 | 257 | 0 | 117 | 14 | 26 | 465 | 102 | 57 |
| Binary | 11000111 | 101001 | 10101111 | 0 | 1001111 | 1100 | 10110 | 100110101 | 1000010 | 101111 |
Color Harmonies of #C729AF
Complementary color
Monochromatic Colors of #C729AF
Black with #C729AF
Text Example
Text Example
White with #C729AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729AF; }
p { color: rgb(199,41,175); }
H1.HeaderClassName
{
color: #C729AF;
}
.AnyTagClassName
{
color: #C729AF;
}
</style>
background-color css
<style>
a { background-color: #C729AF; }
a { background-color: rgb(199,41,175); }
div.DivClassName
{
background-color: #C729AF;
}
.BgClassName
{
background-color: #C729AF;
}
</style>
border-color css
<style>
span { border-color: #C729AF; }
span { border-color: rgb(199,41,175); }
td.TdClassName
{
border-color: #C729AF;
}
.TagClassName
{
border-color: #C729AF;
}
</style>