Shades of Fuchsia #C92DCE
Tints of Fuchsia #C92DCE
RGB
CMYK
RGB Variations
Color information
#C92DCE (or 0xC92DCE) is known color: Fuchsia. HEX triplet: C9, 2D and CE. RGB value is (201,45,206). Sum of RGB (Red+Green+Blue) = 201+45+206=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #C92DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DCE is #36D231. Grayscale: #6D6D6D. Windows color (decimal): -3592754 or 13512137. OLE color: 13512137.
HSL color Cylindrical-coordinate representation of color #C92DCE: hue angle of 298.14º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92DCE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 45 | 206 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.19 |
| HSL | 298.14º | 0.64% | 0.49% | - |
| HSV(B) | 298.14º | 0.78% | 0.81% | - |
| XYZ | 36.17 | 18.75 | 60.11 | - |
| YUV | 110 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 206 | 0.02 | 0.78 | 0 | 0.19 | 298.14 | 0.64 | 0.49 |
| Hex | C9 | 2D | CE | 2 | 4E | 0 | 13 | 12A | 40 | 31 |
| Octal | 311 | 55 | 316 | 2 | 116 | 0 | 23 | 452 | 100 | 61 |
| Binary | 11001001 | 101101 | 11001110 | 10 | 1001110 | 0 | 10011 | 100101010 | 1000000 | 110001 |
Color Harmonies of #C92DCE
Complementary color
Monochromatic Colors of #C92DCE
Black with #C92DCE
Text Example
Text Example
White with #C92DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DCE; }
p { color: rgb(201,45,206); }
H1.HeaderClassName
{
color: #C92DCE;
}
.AnyTagClassName
{
color: #C92DCE;
}
</style>
background-color css
<style>
a { background-color: #C92DCE; }
a { background-color: rgb(201,45,206); }
div.DivClassName
{
background-color: #C92DCE;
}
.BgClassName
{
background-color: #C92DCE;
}
</style>
border-color css
<style>
span { border-color: #C92DCE; }
span { border-color: rgb(201,45,206); }
td.TdClassName
{
border-color: #C92DCE;
}
.TagClassName
{
border-color: #C92DCE;
}
</style>