Shades of Fuchsia #C92CBC
Tints of Fuchsia #C92CBC
RGB
CMYK
RGB Variations
Color information
#C92CBC (or 0xC92CBC) is known color: Fuchsia. HEX triplet: C9, 2C and BC. RGB value is (201,44,188). Sum of RGB (Red+Green+Blue) = 201+44+188=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CBC is #36D343. Grayscale: #6A6A6A. Windows color (decimal): -3593028 or 12332233. OLE color: 12332233.
HSL color Cylindrical-coordinate representation of color #C92CBC: hue angle of 304.97º 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 #C92CBC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 188 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.21 |
| HSL | 304.97º | 0.64% | 0.48% | - |
| HSV(B) | 304.97º | 0.78% | 0.79% | - |
| XYZ | 34.07 | 17.85 | 49.23 | - |
| YUV | 107.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 188 | 0 | 0.78 | 0.06 | 0.21 | 304.97 | 0.64 | 0.48 |
| Hex | C9 | 2C | BC | 0 | 4E | 6 | 15 | 131 | 40 | 30 |
| Octal | 311 | 54 | 274 | 0 | 116 | 6 | 25 | 461 | 100 | 60 |
| Binary | 11001001 | 101100 | 10111100 | 0 | 1001110 | 110 | 10101 | 100110001 | 1000000 | 110000 |
Color Harmonies of #C92CBC
Complementary color
Monochromatic Colors of #C92CBC
Black with #C92CBC
Text Example
Text Example
White with #C92CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CBC; }
p { color: rgb(201,44,188); }
H1.HeaderClassName
{
color: #C92CBC;
}
.AnyTagClassName
{
color: #C92CBC;
}
</style>
background-color css
<style>
a { background-color: #C92CBC; }
a { background-color: rgb(201,44,188); }
div.DivClassName
{
background-color: #C92CBC;
}
.BgClassName
{
background-color: #C92CBC;
}
</style>
border-color css
<style>
span { border-color: #C92CBC; }
span { border-color: rgb(201,44,188); }
td.TdClassName
{
border-color: #C92CBC;
}
.TagClassName
{
border-color: #C92CBC;
}
</style>