Shades of Fuchsia #C92CC7
Tints of Fuchsia #C92CC7
RGB
CMYK
RGB Variations
Color information
#C92CC7 (or 0xC92CC7) is known color: Fuchsia. HEX triplet: C9, 2C and C7. RGB value is (201,44,199). Sum of RGB (Red+Green+Blue) = 201+44+199=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CC7 is #36D338. Grayscale: #6C6C6C. Windows color (decimal): -3593017 or 13053129. OLE color: 13053129.
HSL color Cylindrical-coordinate representation of color #C92CC7: hue angle of 300.76º 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 #C92CC7 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 199 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.21 |
| HSL | 300.76º | 0.64% | 0.48% | - |
| HSV(B) | 300.76º | 0.78% | 0.79% | - |
| XYZ | 35.3 | 18.34 | 55.71 | - |
| YUV | 108.61 | 179.01 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 199 | 0 | 0.78 | 0.01 | 0.21 | 300.76 | 0.64 | 0.48 |
| Hex | C9 | 2C | C7 | 0 | 4E | 1 | 15 | 12D | 40 | 30 |
| Octal | 311 | 54 | 307 | 0 | 116 | 1 | 25 | 455 | 100 | 60 |
| Binary | 11001001 | 101100 | 11000111 | 0 | 1001110 | 1 | 10101 | 100101101 | 1000000 | 110000 |
Color Harmonies of #C92CC7
Complementary color
Monochromatic Colors of #C92CC7
Black with #C92CC7
Text Example
Text Example
White with #C92CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92CC7; }
p { color: rgb(201,44,199); }
H1.HeaderClassName
{
color: #C92CC7;
}
.AnyTagClassName
{
color: #C92CC7;
}
</style>
background-color css
<style>
a { background-color: #C92CC7; }
a { background-color: rgb(201,44,199); }
div.DivClassName
{
background-color: #C92CC7;
}
.BgClassName
{
background-color: #C92CC7;
}
</style>
border-color css
<style>
span { border-color: #C92CC7; }
span { border-color: rgb(201,44,199); }
td.TdClassName
{
border-color: #C92CC7;
}
.TagClassName
{
border-color: #C92CC7;
}
</style>