Shades of Fuchsia #C92DBC
Tints of Fuchsia #C92DBC
RGB
CMYK
RGB Variations
Color information
#C92DBC (or 0xC92DBC) is known color: Fuchsia. HEX triplet: C9, 2D and BC. RGB value is (201,45,188). Sum of RGB (Red+Green+Blue) = 201+45+188=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBC is #36D243. Grayscale: #6B6B6B. Windows color (decimal): -3592772 or 12332489. OLE color: 12332489.
HSL color Cylindrical-coordinate representation of color #C92DBC: hue angle of 305º degrees, saturation: 0.63, 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 #C92DBC is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 188 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.21 |
| HSL | 305º | 0.63% | 0.48% | - |
| HSV(B) | 305º | 0.78% | 0.79% | - |
| XYZ | 34.1 | 17.93 | 49.24 | - |
| YUV | 107.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 188 | 0 | 0.78 | 0.06 | 0.21 | 305 | 0.63 | 0.48 |
| Hex | C9 | 2D | BC | 0 | 4E | 6 | 15 | 131 | 3F | 30 |
| Octal | 311 | 55 | 274 | 0 | 116 | 6 | 25 | 461 | 77 | 60 |
| Binary | 11001001 | 101101 | 10111100 | 0 | 1001110 | 110 | 10101 | 100110001 | 111111 | 110000 |
Color Harmonies of #C92DBC
Complementary color
Monochromatic Colors of #C92DBC
Black with #C92DBC
Text Example
Text Example
White with #C92DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DBC; }
p { color: rgb(201,45,188); }
H1.HeaderClassName
{
color: #C92DBC;
}
.AnyTagClassName
{
color: #C92DBC;
}
</style>
background-color css
<style>
a { background-color: #C92DBC; }
a { background-color: rgb(201,45,188); }
div.DivClassName
{
background-color: #C92DBC;
}
.BgClassName
{
background-color: #C92DBC;
}
</style>
border-color css
<style>
span { border-color: #C92DBC; }
span { border-color: rgb(201,45,188); }
td.TdClassName
{
border-color: #C92DBC;
}
.TagClassName
{
border-color: #C92DBC;
}
</style>