Shades of Fuchsia #C953BC
Tints of Fuchsia #C953BC
RGB
CMYK
RGB Variations
Color information
#C953BC (or 0xC953BC) is known color: Fuchsia. HEX triplet: C9, 53 and BC. RGB value is (201,83,188). Sum of RGB (Red+Green+Blue) = 201+83+188=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C953BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953BC is #36AC43. Grayscale: #818181. Windows color (decimal): -3583044 or 12342217. OLE color: 12342217.
HSL color Cylindrical-coordinate representation of color #C953BC: hue angle of 306.61º 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 #C953BC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 188 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.21 |
| HSL | 306.61º | 0.52% | 0.56% | - |
| HSV(B) | 306.61º | 0.59% | 0.79% | - |
| XYZ | 36.26 | 22.23 | 49.96 | - |
| YUV | 130.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 188 | 0 | 0.59 | 0.06 | 0.21 | 306.61 | 0.52 | 0.56 |
| Hex | C9 | 53 | BC | 0 | 3B | 6 | 15 | 133 | 34 | 38 |
| Octal | 311 | 123 | 274 | 0 | 73 | 6 | 25 | 463 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10111100 | 0 | 111011 | 110 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #C953BC
Complementary color
Monochromatic Colors of #C953BC
Black with #C953BC
Text Example
Text Example
White with #C953BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953BC; }
p { color: rgb(201,83,188); }
H1.HeaderClassName
{
color: #C953BC;
}
.AnyTagClassName
{
color: #C953BC;
}
</style>
background-color css
<style>
a { background-color: #C953BC; }
a { background-color: rgb(201,83,188); }
div.DivClassName
{
background-color: #C953BC;
}
.BgClassName
{
background-color: #C953BC;
}
</style>
border-color css
<style>
span { border-color: #C953BC; }
span { border-color: rgb(201,83,188); }
td.TdClassName
{
border-color: #C953BC;
}
.TagClassName
{
border-color: #C953BC;
}
</style>