Shades of Fuchsia #C953AB
Tints of Fuchsia #C953AB
RGB
CMYK
RGB Variations
Color information
#C953AB (or 0xC953AB) is known color: Fuchsia. HEX triplet: C9, 53 and AB. RGB value is (201,83,171). Sum of RGB (Red+Green+Blue) = 201+83+171=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C953AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C953AB is #36AC54. Grayscale: #808080. Windows color (decimal): -3583061 or 11228105. OLE color: 11228105.
HSL color Cylindrical-coordinate representation of color #C953AB: hue angle of 315.25º 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 #C953AB is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 171 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.21 |
| HSL | 315.25º | 0.52% | 0.56% | - |
| HSV(B) | 315.25º | 0.59% | 0.79% | - |
| XYZ | 34.53 | 21.54 | 40.87 | - |
| YUV | 128.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 171 | 0 | 0.59 | 0.15 | 0.21 | 315.25 | 0.52 | 0.56 |
| Hex | C9 | 53 | AB | 0 | 3B | F | 15 | 13B | 34 | 38 |
| Octal | 311 | 123 | 253 | 0 | 73 | 17 | 25 | 473 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10101011 | 0 | 111011 | 1111 | 10101 | 100111011 | 110100 | 111000 |
Color Harmonies of #C953AB
Complementary color
Monochromatic Colors of #C953AB
Black with #C953AB
Text Example
Text Example
White with #C953AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953AB; }
p { color: rgb(201,83,171); }
H1.HeaderClassName
{
color: #C953AB;
}
.AnyTagClassName
{
color: #C953AB;
}
</style>
background-color css
<style>
a { background-color: #C953AB; }
a { background-color: rgb(201,83,171); }
div.DivClassName
{
background-color: #C953AB;
}
.BgClassName
{
background-color: #C953AB;
}
</style>
border-color css
<style>
span { border-color: #C953AB; }
span { border-color: rgb(201,83,171); }
td.TdClassName
{
border-color: #C953AB;
}
.TagClassName
{
border-color: #C953AB;
}
</style>