Shades of Fuchsia #C92CBB
Tints of Fuchsia #C92CBB
RGB
CMYK
RGB Variations
Color information
#C92CBB (or 0xC92CBB) is known color: Fuchsia. HEX triplet: C9, 2C and BB. RGB value is (201,44,187). Sum of RGB (Red+Green+Blue) = 201+44+187=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CBB is #36D344. Grayscale: #6A6A6A. Windows color (decimal): -3593029 or 12266697. OLE color: 12266697.
HSL color Cylindrical-coordinate representation of color #C92CBB: hue angle of 305.35º 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 #C92CBB is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 187 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.21 |
| HSL | 305.35º | 0.64% | 0.48% | - |
| HSV(B) | 305.35º | 0.78% | 0.79% | - |
| XYZ | 33.96 | 17.81 | 48.66 | - |
| YUV | 107.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 187 | 0 | 0.78 | 0.07 | 0.21 | 305.35 | 0.64 | 0.48 |
| Hex | C9 | 2C | BB | 0 | 4E | 7 | 15 | 131 | 40 | 30 |
| Octal | 311 | 54 | 273 | 0 | 116 | 7 | 25 | 461 | 100 | 60 |
| Binary | 11001001 | 101100 | 10111011 | 0 | 1001110 | 111 | 10101 | 100110001 | 1000000 | 110000 |
Color Harmonies of #C92CBB
Complementary color
Monochromatic Colors of #C92CBB
Black with #C92CBB
Text Example
Text Example
White with #C92CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CBB; }
p { color: rgb(201,44,187); }
H1.HeaderClassName
{
color: #C92CBB;
}
.AnyTagClassName
{
color: #C92CBB;
}
</style>
background-color css
<style>
a { background-color: #C92CBB; }
a { background-color: rgb(201,44,187); }
div.DivClassName
{
background-color: #C92CBB;
}
.BgClassName
{
background-color: #C92CBB;
}
</style>
border-color css
<style>
span { border-color: #C92CBB; }
span { border-color: rgb(201,44,187); }
td.TdClassName
{
border-color: #C92CBB;
}
.TagClassName
{
border-color: #C92CBB;
}
</style>