Shades of Fuchsia #C728AF
Tints of Fuchsia #C728AF
RGB
CMYK
RGB Variations
Color information
#C728AF (or 0xC728AF) is known color: Fuchsia. HEX triplet: C7, 28 and AF. RGB value is (199,40,175). Sum of RGB (Red+Green+Blue) = 199+40+175=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C728AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C728AF is #38D750. Grayscale: #666666. Windows color (decimal): -3725137 or 11479239. OLE color: 11479239.
HSL color Cylindrical-coordinate representation of color #C728AF: hue angle of 309.06º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728AF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 175 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.22 |
| HSL | 309.06º | 0.67% | 0.47% | - |
| HSV(B) | 309.06º | 0.8% | 0.78% | - |
| XYZ | 32.05 | 16.75 | 42.1 | - |
| YUV | 102.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 175 | 0 | 0.80 | 0.12 | 0.22 | 309.06 | 0.67 | 0.47 |
| Hex | C7 | 28 | AF | 0 | 50 | C | 16 | 135 | 43 | 2F |
| Octal | 307 | 50 | 257 | 0 | 120 | 14 | 26 | 465 | 103 | 57 |
| Binary | 11000111 | 101000 | 10101111 | 0 | 1010000 | 1100 | 10110 | 100110101 | 1000011 | 101111 |
Color Harmonies of #C728AF
Complementary color
Monochromatic Colors of #C728AF
Black with #C728AF
Text Example
Text Example
White with #C728AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C728AF; }
p { color: rgb(199,40,175); }
H1.HeaderClassName
{
color: #C728AF;
}
.AnyTagClassName
{
color: #C728AF;
}
</style>
background-color css
<style>
a { background-color: #C728AF; }
a { background-color: rgb(199,40,175); }
div.DivClassName
{
background-color: #C728AF;
}
.BgClassName
{
background-color: #C728AF;
}
</style>
border-color css
<style>
span { border-color: #C728AF; }
span { border-color: rgb(199,40,175); }
td.TdClassName
{
border-color: #C728AF;
}
.TagClassName
{
border-color: #C728AF;
}
</style>