Shades of Fuchsia #C92ED2
Tints of Fuchsia #C92ED2
RGB
CMYK
RGB Variations
Color information
#C92ED2 (or 0xC92ED2) is known color: Fuchsia. HEX triplet: C9, 2E and D2. RGB value is (201,46,210). Sum of RGB (Red+Green+Blue) = 201+46+210=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #C92ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ED2 is #36D12D. Grayscale: #6E6E6E. Windows color (decimal): -3592494 or 13774537. OLE color: 13774537.
HSL color Cylindrical-coordinate representation of color #C92ED2: hue angle of 296.71º degrees, saturation: 0.65, 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 #C92ED2 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 46 | 210 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.18 |
| HSL | 296.71º | 0.65% | 0.5% | - |
| HSV(B) | 296.71º | 0.78% | 0.82% | - |
| XYZ | 36.7 | 19.02 | 62.71 | - |
| YUV | 111.04 | 183.85 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 210 | 0.04 | 0.78 | 0 | 0.18 | 296.71 | 0.65 | 0.5 |
| Hex | C9 | 2E | D2 | 4 | 4E | 0 | 12 | 129 | 41 | 32 |
| Octal | 311 | 56 | 322 | 4 | 116 | 0 | 22 | 451 | 101 | 62 |
| Binary | 11001001 | 101110 | 11010010 | 100 | 1001110 | 0 | 10010 | 100101001 | 1000001 | 110010 |
Color Harmonies of #C92ED2
Complementary color
Monochromatic Colors of #C92ED2
Black with #C92ED2
Text Example
Text Example
White with #C92ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ED2; }
p { color: rgb(201,46,210); }
H1.HeaderClassName
{
color: #C92ED2;
}
.AnyTagClassName
{
color: #C92ED2;
}
</style>
background-color css
<style>
a { background-color: #C92ED2; }
a { background-color: rgb(201,46,210); }
div.DivClassName
{
background-color: #C92ED2;
}
.BgClassName
{
background-color: #C92ED2;
}
</style>
border-color css
<style>
span { border-color: #C92ED2; }
span { border-color: rgb(201,46,210); }
td.TdClassName
{
border-color: #C92ED2;
}
.TagClassName
{
border-color: #C92ED2;
}
</style>