Shades of Fuchsia #C92FBB
Tints of Fuchsia #C92FBB
RGB
CMYK
RGB Variations
Color information
#C92FBB (or 0xC92FBB) is known color: Fuchsia. HEX triplet: C9, 2F and BB. RGB value is (201,47,187). Sum of RGB (Red+Green+Blue) = 201+47+187=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C92FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FBB is #36D044. Grayscale: #6C6C6C. Windows color (decimal): -3592261 or 12267465. OLE color: 12267465.
HSL color Cylindrical-coordinate representation of color #C92FBB: hue angle of 305.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92FBB is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 187 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.21 |
| HSL | 305.45º | 0.62% | 0.49% | - |
| HSV(B) | 305.45º | 0.77% | 0.79% | - |
| XYZ | 34.07 | 18.04 | 48.7 | - |
| YUV | 109.01 | 172.02 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 187 | 0 | 0.77 | 0.07 | 0.21 | 305.45 | 0.62 | 0.49 |
| Hex | C9 | 2F | BB | 0 | 4D | 7 | 15 | 131 | 3E | 31 |
| Octal | 311 | 57 | 273 | 0 | 115 | 7 | 25 | 461 | 76 | 61 |
| Binary | 11001001 | 101111 | 10111011 | 0 | 1001101 | 111 | 10101 | 100110001 | 111110 | 110001 |
Color Harmonies of #C92FBB
Complementary color
Monochromatic Colors of #C92FBB
Black with #C92FBB
Text Example
Text Example
White with #C92FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FBB; }
p { color: rgb(201,47,187); }
H1.HeaderClassName
{
color: #C92FBB;
}
.AnyTagClassName
{
color: #C92FBB;
}
</style>
background-color css
<style>
a { background-color: #C92FBB; }
a { background-color: rgb(201,47,187); }
div.DivClassName
{
background-color: #C92FBB;
}
.BgClassName
{
background-color: #C92FBB;
}
</style>
border-color css
<style>
span { border-color: #C92FBB; }
span { border-color: rgb(201,47,187); }
td.TdClassName
{
border-color: #C92FBB;
}
.TagClassName
{
border-color: #C92FBB;
}
</style>