Shades of Fuchsia #C92FCC
Tints of Fuchsia #C92FCC
RGB
CMYK
RGB Variations
Color information
#C92FCC (or 0xC92FCC) is known color: Fuchsia. HEX triplet: C9, 2F and CC. RGB value is (201,47,204). Sum of RGB (Red+Green+Blue) = 201+47+204=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #C92FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FCC is #36D033. Grayscale: #6E6E6E. Windows color (decimal): -3592244 or 13381577. OLE color: 13381577.
HSL color Cylindrical-coordinate representation of color #C92FCC: hue angle of 298.85º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92FCC is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 47 | 204 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.2 |
| HSL | 298.85º | 0.63% | 0.49% | - |
| HSV(B) | 298.85º | 0.77% | 0.8% | - |
| XYZ | 36 | 18.81 | 58.86 | - |
| YUV | 110.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 204 | 0.01 | 0.77 | 0 | 0.2 | 298.85 | 0.63 | 0.49 |
| Hex | C9 | 2F | CC | 1 | 4D | 0 | 14 | 12B | 3F | 31 |
| Octal | 311 | 57 | 314 | 1 | 115 | 0 | 24 | 453 | 77 | 61 |
| Binary | 11001001 | 101111 | 11001100 | 1 | 1001101 | 0 | 10100 | 100101011 | 111111 | 110001 |
Color Harmonies of #C92FCC
Complementary color
Monochromatic Colors of #C92FCC
Black with #C92FCC
Text Example
Text Example
White with #C92FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FCC; }
p { color: rgb(201,47,204); }
H1.HeaderClassName
{
color: #C92FCC;
}
.AnyTagClassName
{
color: #C92FCC;
}
</style>
background-color css
<style>
a { background-color: #C92FCC; }
a { background-color: rgb(201,47,204); }
div.DivClassName
{
background-color: #C92FCC;
}
.BgClassName
{
background-color: #C92FCC;
}
</style>
border-color css
<style>
span { border-color: #C92FCC; }
span { border-color: rgb(201,47,204); }
td.TdClassName
{
border-color: #C92FCC;
}
.TagClassName
{
border-color: #C92FCC;
}
</style>