Shades of Fuchsia #C92FD0
Tints of Fuchsia #C92FD0
RGB
CMYK
RGB Variations
Color information
#C92FD0 (or 0xC92FD0) is known color: Fuchsia. HEX triplet: C9, 2F and D0. RGB value is (201,47,208). Sum of RGB (Red+Green+Blue) = 201+47+208=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 208 (81.64% from 255 or 45.61% from 456); Max value from RGB is 208 - color contains mainly: blue. Hex color #C92FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FD0 is #36D02F. Grayscale: #6E6E6E. Windows color (decimal): -3592240 or 13643721. OLE color: 13643721.
HSL color Cylindrical-coordinate representation of color #C92FD0: hue angle of 297.39º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92FD0 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 47 | 208 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.18 |
| HSL | 297.39º | 0.63% | 0.5% | - |
| HSV(B) | 297.39º | 0.77% | 0.82% | - |
| XYZ | 36.49 | 19 | 61.42 | - |
| YUV | 111.4 | 182.52 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 208 | 0.03 | 0.77 | 0 | 0.18 | 297.39 | 0.63 | 0.5 |
| Hex | C9 | 2F | D0 | 3 | 4D | 0 | 12 | 129 | 3F | 32 |
| Octal | 311 | 57 | 320 | 3 | 115 | 0 | 22 | 451 | 77 | 62 |
| Binary | 11001001 | 101111 | 11010000 | 11 | 1001101 | 0 | 10010 | 100101001 | 111111 | 110010 |
Color Harmonies of #C92FD0
Complementary color
Monochromatic Colors of #C92FD0
Black with #C92FD0
Text Example
Text Example
White with #C92FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FD0; }
p { color: rgb(201,47,208); }
H1.HeaderClassName
{
color: #C92FD0;
}
.AnyTagClassName
{
color: #C92FD0;
}
</style>
background-color css
<style>
a { background-color: #C92FD0; }
a { background-color: rgb(201,47,208); }
div.DivClassName
{
background-color: #C92FD0;
}
.BgClassName
{
background-color: #C92FD0;
}
</style>
border-color css
<style>
span { border-color: #C92FD0; }
span { border-color: rgb(201,47,208); }
td.TdClassName
{
border-color: #C92FD0;
}
.TagClassName
{
border-color: #C92FD0;
}
</style>