Shades of Fuchsia #C92ECD
Tints of Fuchsia #C92ECD
RGB
CMYK
RGB Variations
Color information
#C92ECD (or 0xC92ECD) is known color: Fuchsia. HEX triplet: C9, 2E and CD. RGB value is (201,46,205). Sum of RGB (Red+Green+Blue) = 201+46+205=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #C92ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ECD is #36D132. Grayscale: #6D6D6D. Windows color (decimal): -3592499 or 13446857. OLE color: 13446857.
HSL color Cylindrical-coordinate representation of color #C92ECD: hue angle of 298.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92ECD is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 46 | 205 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.20 |
| HSL | 298.49º | 0.63% | 0.49% | - |
| HSV(B) | 298.49º | 0.78% | 0.8% | - |
| XYZ | 36.08 | 18.78 | 59.48 | - |
| YUV | 110.47 | 181.35 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 205 | 0.02 | 0.78 | 0 | 0.20 | 298.49 | 0.63 | 0.49 |
| Hex | C9 | 2E | CD | 2 | 4E | 0 | 14 | 12A | 3F | 31 |
| Octal | 311 | 56 | 315 | 2 | 116 | 0 | 24 | 452 | 77 | 61 |
| Binary | 11001001 | 101110 | 11001101 | 10 | 1001110 | 0 | 10100 | 100101010 | 111111 | 110001 |
Color Harmonies of #C92ECD
Complementary color
Monochromatic Colors of #C92ECD
Black with #C92ECD
Text Example
Text Example
White with #C92ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ECD; }
p { color: rgb(201,46,205); }
H1.HeaderClassName
{
color: #C92ECD;
}
.AnyTagClassName
{
color: #C92ECD;
}
</style>
background-color css
<style>
a { background-color: #C92ECD; }
a { background-color: rgb(201,46,205); }
div.DivClassName
{
background-color: #C92ECD;
}
.BgClassName
{
background-color: #C92ECD;
}
</style>
border-color css
<style>
span { border-color: #C92ECD; }
span { border-color: rgb(201,46,205); }
td.TdClassName
{
border-color: #C92ECD;
}
.TagClassName
{
border-color: #C92ECD;
}
</style>