Shades of Fuchsia #C951BE
Tints of Fuchsia #C951BE
RGB
CMYK
RGB Variations
Color information
#C951BE (or 0xC951BE) is known color: Fuchsia. HEX triplet: C9, 51 and BE. RGB value is (201,81,190). Sum of RGB (Red+Green+Blue) = 201+81+190=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C951BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951BE is #36AE41. Grayscale: #808080. Windows color (decimal): -3583554 or 12472777. OLE color: 12472777.
HSL color Cylindrical-coordinate representation of color #C951BE: hue angle of 305.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 #C951BE is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 190 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.21 |
| HSL | 305.5º | 0.53% | 0.55% | - |
| HSV(B) | 305.5º | 0.6% | 0.79% | - |
| XYZ | 36.32 | 22.02 | 51.05 | - |
| YUV | 129.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 190 | 0 | 0.60 | 0.05 | 0.21 | 305.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | BE | 0 | 3C | 5 | 15 | 132 | 35 | 37 |
| Octal | 311 | 121 | 276 | 0 | 74 | 5 | 25 | 462 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10111110 | 0 | 111100 | 101 | 10101 | 100110010 | 110101 | 110111 |
Color Harmonies of #C951BE
Complementary color
Monochromatic Colors of #C951BE
Black with #C951BE
Text Example
Text Example
White with #C951BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951BE; }
p { color: rgb(201,81,190); }
H1.HeaderClassName
{
color: #C951BE;
}
.AnyTagClassName
{
color: #C951BE;
}
</style>
background-color css
<style>
a { background-color: #C951BE; }
a { background-color: rgb(201,81,190); }
div.DivClassName
{
background-color: #C951BE;
}
.BgClassName
{
background-color: #C951BE;
}
</style>
border-color css
<style>
span { border-color: #C951BE; }
span { border-color: rgb(201,81,190); }
td.TdClassName
{
border-color: #C951BE;
}
.TagClassName
{
border-color: #C951BE;
}
</style>