Shades of Fuchsia #C953AD
Tints of Fuchsia #C953AD
RGB
CMYK
RGB Variations
Color information
#C953AD (or 0xC953AD) is known color: Fuchsia. HEX triplet: C9, 53 and AD. RGB value is (201,83,173). Sum of RGB (Red+Green+Blue) = 201+83+173=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C953AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953AD is #36AC52. Grayscale: #808080. Windows color (decimal): -3583059 or 11359177. OLE color: 11359177.
HSL color Cylindrical-coordinate representation of color #C953AD: hue angle of 314.24º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C953AD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 173 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.21 |
| HSL | 314.24º | 0.52% | 0.56% | - |
| HSV(B) | 314.24º | 0.59% | 0.79% | - |
| XYZ | 34.72 | 21.62 | 41.88 | - |
| YUV | 128.54 | 153.09 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 173 | 0 | 0.59 | 0.14 | 0.21 | 314.24 | 0.52 | 0.56 |
| Hex | C9 | 53 | AD | 0 | 3B | E | 15 | 13A | 34 | 38 |
| Octal | 311 | 123 | 255 | 0 | 73 | 16 | 25 | 472 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10101101 | 0 | 111011 | 1110 | 10101 | 100111010 | 110100 | 111000 |
Color Harmonies of #C953AD
Complementary color
Monochromatic Colors of #C953AD
Black with #C953AD
Text Example
Text Example
White with #C953AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953AD; }
p { color: rgb(201,83,173); }
H1.HeaderClassName
{
color: #C953AD;
}
.AnyTagClassName
{
color: #C953AD;
}
</style>
background-color css
<style>
a { background-color: #C953AD; }
a { background-color: rgb(201,83,173); }
div.DivClassName
{
background-color: #C953AD;
}
.BgClassName
{
background-color: #C953AD;
}
</style>
border-color css
<style>
span { border-color: #C953AD; }
span { border-color: rgb(201,83,173); }
td.TdClassName
{
border-color: #C953AD;
}
.TagClassName
{
border-color: #C953AD;
}
</style>