Shades of Fuchsia #C953B9
Tints of Fuchsia #C953B9
RGB
CMYK
RGB Variations
Color information
#C953B9 (or 0xC953B9) is known color: Fuchsia. HEX triplet: C9, 53 and B9. RGB value is (201,83,185). Sum of RGB (Red+Green+Blue) = 201+83+185=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C953B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953B9 is #36AC46. Grayscale: #818181. Windows color (decimal): -3583047 or 12145609. OLE color: 12145609.
HSL color Cylindrical-coordinate representation of color #C953B9: hue angle of 308.14º 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 #C953B9 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 185 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.21 |
| HSL | 308.14º | 0.52% | 0.56% | - |
| HSV(B) | 308.14º | 0.59% | 0.79% | - |
| XYZ | 35.94 | 22.11 | 48.27 | - |
| YUV | 129.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 185 | 0 | 0.59 | 0.08 | 0.21 | 308.14 | 0.52 | 0.56 |
| Hex | C9 | 53 | B9 | 0 | 3B | 8 | 15 | 134 | 34 | 38 |
| Octal | 311 | 123 | 271 | 0 | 73 | 10 | 25 | 464 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10111001 | 0 | 111011 | 1000 | 10101 | 100110100 | 110100 | 111000 |
Color Harmonies of #C953B9
Complementary color
Monochromatic Colors of #C953B9
Black with #C953B9
Text Example
Text Example
White with #C953B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953B9; }
p { color: rgb(201,83,185); }
H1.HeaderClassName
{
color: #C953B9;
}
.AnyTagClassName
{
color: #C953B9;
}
</style>
background-color css
<style>
a { background-color: #C953B9; }
a { background-color: rgb(201,83,185); }
div.DivClassName
{
background-color: #C953B9;
}
.BgClassName
{
background-color: #C953B9;
}
</style>
border-color css
<style>
span { border-color: #C953B9; }
span { border-color: rgb(201,83,185); }
td.TdClassName
{
border-color: #C953B9;
}
.TagClassName
{
border-color: #C953B9;
}
</style>