Shades of Fuchsia #C92DBE
Tints of Fuchsia #C92DBE
RGB
CMYK
RGB Variations
Color information
#C92DBE (or 0xC92DBE) is known color: Fuchsia. HEX triplet: C9, 2D and BE. RGB value is (201,45,190). Sum of RGB (Red+Green+Blue) = 201+45+190=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBE is #36D241. Grayscale: #6B6B6B. Windows color (decimal): -3592770 or 12463561. OLE color: 12463561.
HSL color Cylindrical-coordinate representation of color #C92DBE: hue angle of 304.23º 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 #C92DBE is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 190 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.21 |
| HSL | 304.23º | 0.63% | 0.48% | - |
| HSV(B) | 304.23º | 0.78% | 0.79% | - |
| XYZ | 34.32 | 18.01 | 50.38 | - |
| YUV | 108.17 | 174.18 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 190 | 0 | 0.78 | 0.05 | 0.21 | 304.23 | 0.63 | 0.48 |
| Hex | C9 | 2D | BE | 0 | 4E | 5 | 15 | 130 | 3F | 30 |
| Octal | 311 | 55 | 276 | 0 | 116 | 5 | 25 | 460 | 77 | 60 |
| Binary | 11001001 | 101101 | 10111110 | 0 | 1001110 | 101 | 10101 | 100110000 | 111111 | 110000 |
Color Harmonies of #C92DBE
Complementary color
Monochromatic Colors of #C92DBE
Black with #C92DBE
Text Example
Text Example
White with #C92DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DBE; }
p { color: rgb(201,45,190); }
H1.HeaderClassName
{
color: #C92DBE;
}
.AnyTagClassName
{
color: #C92DBE;
}
</style>
background-color css
<style>
a { background-color: #C92DBE; }
a { background-color: rgb(201,45,190); }
div.DivClassName
{
background-color: #C92DBE;
}
.BgClassName
{
background-color: #C92DBE;
}
</style>
border-color css
<style>
span { border-color: #C92DBE; }
span { border-color: rgb(201,45,190); }
td.TdClassName
{
border-color: #C92DBE;
}
.TagClassName
{
border-color: #C92DBE;
}
</style>