Shades of Fuchsia #C92BB9
Tints of Fuchsia #C92BB9
RGB
CMYK
RGB Variations
Color information
#C92BB9 (or 0xC92BB9) is known color: Fuchsia. HEX triplet: C9, 2B and B9. RGB value is (201,43,185). Sum of RGB (Red+Green+Blue) = 201+43+185=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BB9 is #36D446. Grayscale: #6A6A6A. Windows color (decimal): -3593287 or 12135369. OLE color: 12135369.
HSL color Cylindrical-coordinate representation of color #C92BB9: hue angle of 306.08º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92BB9 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 185 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.21 |
| HSL | 306.08º | 0.65% | 0.48% | - |
| HSV(B) | 306.08º | 0.79% | 0.79% | - |
| XYZ | 33.71 | 17.65 | 47.53 | - |
| YUV | 106.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 185 | 0 | 0.79 | 0.08 | 0.21 | 306.08 | 0.65 | 0.48 |
| Hex | C9 | 2B | B9 | 0 | 4F | 8 | 15 | 132 | 41 | 30 |
| Octal | 311 | 53 | 271 | 0 | 117 | 10 | 25 | 462 | 101 | 60 |
| Binary | 11001001 | 101011 | 10111001 | 0 | 1001111 | 1000 | 10101 | 100110010 | 1000001 | 110000 |
Color Harmonies of #C92BB9
Complementary color
Monochromatic Colors of #C92BB9
Black with #C92BB9
Text Example
Text Example
White with #C92BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BB9; }
p { color: rgb(201,43,185); }
H1.HeaderClassName
{
color: #C92BB9;
}
.AnyTagClassName
{
color: #C92BB9;
}
</style>
background-color css
<style>
a { background-color: #C92BB9; }
a { background-color: rgb(201,43,185); }
div.DivClassName
{
background-color: #C92BB9;
}
.BgClassName
{
background-color: #C92BB9;
}
</style>
border-color css
<style>
span { border-color: #C92BB9; }
span { border-color: rgb(201,43,185); }
td.TdClassName
{
border-color: #C92BB9;
}
.TagClassName
{
border-color: #C92BB9;
}
</style>