Shades of Fuchsia #C939AD
Tints of Fuchsia #C939AD
RGB
CMYK
RGB Variations
Color information
#C939AD (or 0xC939AD) is known color: Fuchsia. HEX triplet: C9, 39 and AD. RGB value is (201,57,173). Sum of RGB (Red+Green+Blue) = 201+57+173=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C939AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C939AD is #36C652. Grayscale: #707070. Windows color (decimal): -3589715 or 11352521. OLE color: 11352521.
HSL color Cylindrical-coordinate representation of color #C939AD: hue angle of 311.67º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C939AD is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 173 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.21 |
| HSL | 311.67º | 0.57% | 0.51% | - |
| HSV(B) | 311.67º | 0.72% | 0.79% | - |
| XYZ | 33.09 | 18.36 | 41.33 | - |
| YUV | 113.28 | 161.71 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 173 | 0 | 0.72 | 0.14 | 0.21 | 311.67 | 0.57 | 0.51 |
| Hex | C9 | 39 | AD | 0 | 48 | E | 15 | 138 | 39 | 33 |
| Octal | 311 | 71 | 255 | 0 | 110 | 16 | 25 | 470 | 71 | 63 |
| Binary | 11001001 | 111001 | 10101101 | 0 | 1001000 | 1110 | 10101 | 100111000 | 111001 | 110011 |
Color Harmonies of #C939AD
Complementary color
Monochromatic Colors of #C939AD
Black with #C939AD
Text Example
Text Example
White with #C939AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C939AD; }
p { color: rgb(201,57,173); }
H1.HeaderClassName
{
color: #C939AD;
}
.AnyTagClassName
{
color: #C939AD;
}
</style>
background-color css
<style>
a { background-color: #C939AD; }
a { background-color: rgb(201,57,173); }
div.DivClassName
{
background-color: #C939AD;
}
.BgClassName
{
background-color: #C939AD;
}
</style>
border-color css
<style>
span { border-color: #C939AD; }
span { border-color: rgb(201,57,173); }
td.TdClassName
{
border-color: #C939AD;
}
.TagClassName
{
border-color: #C939AD;
}
</style>