Shades of Fuchsia #C92ED1
Tints of Fuchsia #C92ED1
RGB
CMYK
RGB Variations
Color information
#C92ED1 (or 0xC92ED1) is known color: Fuchsia. HEX triplet: C9, 2E and D1. RGB value is (201,46,209). Sum of RGB (Red+Green+Blue) = 201+46+209=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #C92ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ED1 is #36D12E. Grayscale: #6E6E6E. Windows color (decimal): -3592495 or 13709001. OLE color: 13709001.
HSL color Cylindrical-coordinate representation of color #C92ED1: hue angle of 297.06º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92ED1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 46 | 209 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.18 |
| HSL | 297.06º | 0.64% | 0.5% | - |
| HSV(B) | 297.06º | 0.78% | 0.82% | - |
| XYZ | 36.57 | 18.97 | 62.06 | - |
| YUV | 110.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 209 | 0.04 | 0.78 | 0 | 0.18 | 297.06 | 0.64 | 0.5 |
| Hex | C9 | 2E | D1 | 4 | 4E | 0 | 12 | 129 | 40 | 32 |
| Octal | 311 | 56 | 321 | 4 | 116 | 0 | 22 | 451 | 100 | 62 |
| Binary | 11001001 | 101110 | 11010001 | 100 | 1001110 | 0 | 10010 | 100101001 | 1000000 | 110010 |
Color Harmonies of #C92ED1
Complementary color
Monochromatic Colors of #C92ED1
Black with #C92ED1
Text Example
Text Example
White with #C92ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ED1; }
p { color: rgb(201,46,209); }
H1.HeaderClassName
{
color: #C92ED1;
}
.AnyTagClassName
{
color: #C92ED1;
}
</style>
background-color css
<style>
a { background-color: #C92ED1; }
a { background-color: rgb(201,46,209); }
div.DivClassName
{
background-color: #C92ED1;
}
.BgClassName
{
background-color: #C92ED1;
}
</style>
border-color css
<style>
span { border-color: #C92ED1; }
span { border-color: rgb(201,46,209); }
td.TdClassName
{
border-color: #C92ED1;
}
.TagClassName
{
border-color: #C92ED1;
}
</style>