Shades of Fuchsia #C951BC
Tints of Fuchsia #C951BC
RGB
CMYK
RGB Variations
Color information
#C951BC (or 0xC951BC) is known color: Fuchsia. HEX triplet: C9, 51 and BC. RGB value is (201,81,188). Sum of RGB (Red+Green+Blue) = 201+81+188=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C951BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951BC is #36AE43. Grayscale: #808080. Windows color (decimal): -3583556 or 12341705. OLE color: 12341705.
HSL color Cylindrical-coordinate representation of color #C951BC: hue angle of 306.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951BC is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 188 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.21 |
| HSL | 306.5º | 0.53% | 0.55% | - |
| HSV(B) | 306.5º | 0.6% | 0.79% | - |
| XYZ | 36.11 | 21.93 | 49.91 | - |
| YUV | 129.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 188 | 0 | 0.60 | 0.06 | 0.21 | 306.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | BC | 0 | 3C | 6 | 15 | 132 | 35 | 37 |
| Octal | 311 | 121 | 274 | 0 | 74 | 6 | 25 | 462 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10111100 | 0 | 111100 | 110 | 10101 | 100110010 | 110101 | 110111 |
Color Harmonies of #C951BC
Complementary color
Monochromatic Colors of #C951BC
Black with #C951BC
Text Example
Text Example
White with #C951BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951BC; }
p { color: rgb(201,81,188); }
H1.HeaderClassName
{
color: #C951BC;
}
.AnyTagClassName
{
color: #C951BC;
}
</style>
background-color css
<style>
a { background-color: #C951BC; }
a { background-color: rgb(201,81,188); }
div.DivClassName
{
background-color: #C951BC;
}
.BgClassName
{
background-color: #C951BC;
}
</style>
border-color css
<style>
span { border-color: #C951BC; }
span { border-color: rgb(201,81,188); }
td.TdClassName
{
border-color: #C951BC;
}
.TagClassName
{
border-color: #C951BC;
}
</style>