Shades of Fuchsia #C92CB0
Tints of Fuchsia #C92CB0
RGB
CMYK
RGB Variations
Color information
#C92CB0 (or 0xC92CB0) is known color: Fuchsia. HEX triplet: C9, 2C and B0. RGB value is (201,44,176). Sum of RGB (Red+Green+Blue) = 201+44+176=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 44 (17.58% from 255 or 10.45% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CB0 is #36D34F. Grayscale: #696969. Windows color (decimal): -3593040 or 11545801. OLE color: 11545801.
HSL color Cylindrical-coordinate representation of color #C92CB0: hue angle of 309.55º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92CB0 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 176 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.21 |
| HSL | 309.55º | 0.64% | 0.48% | - |
| HSV(B) | 309.55º | 0.78% | 0.79% | - |
| XYZ | 32.82 | 17.35 | 42.69 | - |
| YUV | 105.99 | 167.51 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 176 | 0 | 0.78 | 0.12 | 0.21 | 309.55 | 0.64 | 0.48 |
| Hex | C9 | 2C | B0 | 0 | 4E | C | 15 | 136 | 40 | 30 |
| Octal | 311 | 54 | 260 | 0 | 116 | 14 | 25 | 466 | 100 | 60 |
| Binary | 11001001 | 101100 | 10110000 | 0 | 1001110 | 1100 | 10101 | 100110110 | 1000000 | 110000 |
Color Harmonies of #C92CB0
Complementary color
Monochromatic Colors of #C92CB0
Black with #C92CB0
Text Example
Text Example
White with #C92CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CB0; }
p { color: rgb(201,44,176); }
H1.HeaderClassName
{
color: #C92CB0;
}
.AnyTagClassName
{
color: #C92CB0;
}
</style>
background-color css
<style>
a { background-color: #C92CB0; }
a { background-color: rgb(201,44,176); }
div.DivClassName
{
background-color: #C92CB0;
}
.BgClassName
{
background-color: #C92CB0;
}
</style>
border-color css
<style>
span { border-color: #C92CB0; }
span { border-color: rgb(201,44,176); }
td.TdClassName
{
border-color: #C92CB0;
}
.TagClassName
{
border-color: #C92CB0;
}
</style>