Shades of Fuchsia #C951C7
Tints of Fuchsia #C951C7
RGB
CMYK
RGB Variations
Color information
#C951C7 (or 0xC951C7) is known color: Fuchsia. HEX triplet: C9, 51 and C7. RGB value is (201,81,199). Sum of RGB (Red+Green+Blue) = 201+81+199=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C951C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951C7 is #36AE38. Grayscale: #818181. Windows color (decimal): -3583545 or 13062601. OLE color: 13062601.
HSL color Cylindrical-coordinate representation of color #C951C7: hue angle of 301º 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 #C951C7 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 199 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.21 |
| HSL | 301º | 0.53% | 0.55% | - |
| HSV(B) | 301º | 0.6% | 0.79% | - |
| XYZ | 37.34 | 22.43 | 56.39 | - |
| YUV | 130.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 199 | 0 | 0.60 | 0.01 | 0.21 | 301 | 0.53 | 0.55 |
| Hex | C9 | 51 | C7 | 0 | 3C | 1 | 15 | 12D | 35 | 37 |
| Octal | 311 | 121 | 307 | 0 | 74 | 1 | 25 | 455 | 65 | 67 |
| Binary | 11001001 | 1010001 | 11000111 | 0 | 111100 | 1 | 10101 | 100101101 | 110101 | 110111 |
Color Harmonies of #C951C7
Complementary color
Monochromatic Colors of #C951C7
Black with #C951C7
Text Example
Text Example
White with #C951C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951C7; }
p { color: rgb(201,81,199); }
H1.HeaderClassName
{
color: #C951C7;
}
.AnyTagClassName
{
color: #C951C7;
}
</style>
background-color css
<style>
a { background-color: #C951C7; }
a { background-color: rgb(201,81,199); }
div.DivClassName
{
background-color: #C951C7;
}
.BgClassName
{
background-color: #C951C7;
}
</style>
border-color css
<style>
span { border-color: #C951C7; }
span { border-color: rgb(201,81,199); }
td.TdClassName
{
border-color: #C951C7;
}
.TagClassName
{
border-color: #C951C7;
}
</style>