Shades of Fuchsia #C92FD3
Tints of Fuchsia #C92FD3
RGB
CMYK
RGB Variations
Color information
#C92FD3 (or 0xC92FD3) is known color: Fuchsia. HEX triplet: C9, 2F and D3. RGB value is (201,47,211). Sum of RGB (Red+Green+Blue) = 201+47+211=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #C92FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FD3 is #36D02C. Grayscale: #6F6F6F. Windows color (decimal): -3592237 or 13840329. OLE color: 13840329.
HSL color Cylindrical-coordinate representation of color #C92FD3: hue angle of 296.34º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92FD3 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 47 | 211 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.17 |
| HSL | 296.34º | 0.65% | 0.51% | - |
| HSV(B) | 296.34º | 0.78% | 0.83% | - |
| XYZ | 36.86 | 19.15 | 63.38 | - |
| YUV | 111.74 | 184.02 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 211 | 0.05 | 0.78 | 0 | 0.17 | 296.34 | 0.65 | 0.51 |
| Hex | C9 | 2F | D3 | 5 | 4E | 0 | 11 | 128 | 41 | 33 |
| Octal | 311 | 57 | 323 | 5 | 116 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001001 | 101111 | 11010011 | 101 | 1001110 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C92FD3
Complementary color
Monochromatic Colors of #C92FD3
Black with #C92FD3
Text Example
Text Example
White with #C92FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FD3; }
p { color: rgb(201,47,211); }
H1.HeaderClassName
{
color: #C92FD3;
}
.AnyTagClassName
{
color: #C92FD3;
}
</style>
background-color css
<style>
a { background-color: #C92FD3; }
a { background-color: rgb(201,47,211); }
div.DivClassName
{
background-color: #C92FD3;
}
.BgClassName
{
background-color: #C92FD3;
}
</style>
border-color css
<style>
span { border-color: #C92FD3; }
span { border-color: rgb(201,47,211); }
td.TdClassName
{
border-color: #C92FD3;
}
.TagClassName
{
border-color: #C92FD3;
}
</style>