Shades of Fuchsia #C92EC5
Tints of Fuchsia #C92EC5
RGB
CMYK
RGB Variations
Color information
#C92EC5 (or 0xC92EC5) is known color: Fuchsia. HEX triplet: C9, 2E and C5. RGB value is (201,46,197). Sum of RGB (Red+Green+Blue) = 201+46+197=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C92EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92EC5 is #36D13A. Grayscale: #6D6D6D. Windows color (decimal): -3592507 or 12922569. OLE color: 12922569.
HSL color Cylindrical-coordinate representation of color #C92EC5: hue angle of 301.55º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92EC5 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 197 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.21 |
| HSL | 301.55º | 0.63% | 0.48% | - |
| HSV(B) | 301.55º | 0.77% | 0.79% | - |
| XYZ | 35.14 | 18.4 | 54.52 | - |
| YUV | 109.56 | 177.35 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 197 | 0 | 0.77 | 0.02 | 0.21 | 301.55 | 0.63 | 0.48 |
| Hex | C9 | 2E | C5 | 0 | 4D | 2 | 15 | 12E | 3F | 30 |
| Octal | 311 | 56 | 305 | 0 | 115 | 2 | 25 | 456 | 77 | 60 |
| Binary | 11001001 | 101110 | 11000101 | 0 | 1001101 | 10 | 10101 | 100101110 | 111111 | 110000 |
Color Harmonies of #C92EC5
Complementary color
Monochromatic Colors of #C92EC5
Black with #C92EC5
Text Example
Text Example
White with #C92EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92EC5; }
p { color: rgb(201,46,197); }
H1.HeaderClassName
{
color: #C92EC5;
}
.AnyTagClassName
{
color: #C92EC5;
}
</style>
background-color css
<style>
a { background-color: #C92EC5; }
a { background-color: rgb(201,46,197); }
div.DivClassName
{
background-color: #C92EC5;
}
.BgClassName
{
background-color: #C92EC5;
}
</style>
border-color css
<style>
span { border-color: #C92EC5; }
span { border-color: rgb(201,46,197); }
td.TdClassName
{
border-color: #C92EC5;
}
.TagClassName
{
border-color: #C92EC5;
}
</style>