Shades of Fuchsia #C92CC0
Tints of Fuchsia #C92CC0
RGB
CMYK
RGB Variations
Color information
#C92CC0 (or 0xC92CC0) is known color: Fuchsia. HEX triplet: C9, 2C and C0. RGB value is (201,44,192). Sum of RGB (Red+Green+Blue) = 201+44+192=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CC0 is #36D33F. Grayscale: #6B6B6B. Windows color (decimal): -3593024 or 12594377. OLE color: 12594377.
HSL color Cylindrical-coordinate representation of color #C92CC0: hue angle of 303.44º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92CC0 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 192 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.21 |
| HSL | 303.44º | 0.64% | 0.48% | - |
| HSV(B) | 303.44º | 0.78% | 0.79% | - |
| XYZ | 34.5 | 18.02 | 51.53 | - |
| YUV | 107.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 192 | 0 | 0.78 | 0.04 | 0.21 | 303.44 | 0.64 | 0.48 |
| Hex | C9 | 2C | C0 | 0 | 4E | 4 | 15 | 12F | 40 | 30 |
| Octal | 311 | 54 | 300 | 0 | 116 | 4 | 25 | 457 | 100 | 60 |
| Binary | 11001001 | 101100 | 11000000 | 0 | 1001110 | 100 | 10101 | 100101111 | 1000000 | 110000 |
Color Harmonies of #C92CC0
Complementary color
Monochromatic Colors of #C92CC0
Black with #C92CC0
Text Example
Text Example
White with #C92CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CC0; }
p { color: rgb(201,44,192); }
H1.HeaderClassName
{
color: #C92CC0;
}
.AnyTagClassName
{
color: #C92CC0;
}
</style>
background-color css
<style>
a { background-color: #C92CC0; }
a { background-color: rgb(201,44,192); }
div.DivClassName
{
background-color: #C92CC0;
}
.BgClassName
{
background-color: #C92CC0;
}
</style>
border-color css
<style>
span { border-color: #C92CC0; }
span { border-color: rgb(201,44,192); }
td.TdClassName
{
border-color: #C92CC0;
}
.TagClassName
{
border-color: #C92CC0;
}
</style>