Shades of Fuchsia #C92DCB
Tints of Fuchsia #C92DCB
RGB
CMYK
RGB Variations
Color information
#C92DCB (or 0xC92DCB) is known color: Fuchsia. HEX triplet: C9, 2D and CB. RGB value is (201,45,203). Sum of RGB (Red+Green+Blue) = 201+45+203=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 45 (17.97% from 255 or 10.02% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C92DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DCB is #36D234. Grayscale: #6D6D6D. Windows color (decimal): -3592757 or 13315529. OLE color: 13315529.
HSL color Cylindrical-coordinate representation of color #C92DCB: hue angle of 299.24º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92DCB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 45 | 203 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.20 |
| HSL | 299.24º | 0.64% | 0.49% | - |
| HSV(B) | 299.24º | 0.78% | 0.8% | - |
| XYZ | 35.81 | 18.61 | 58.2 | - |
| YUV | 109.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 203 | 0.01 | 0.78 | 0 | 0.20 | 299.24 | 0.64 | 0.49 |
| Hex | C9 | 2D | CB | 1 | 4E | 0 | 14 | 12B | 40 | 31 |
| Octal | 311 | 55 | 313 | 1 | 116 | 0 | 24 | 453 | 100 | 61 |
| Binary | 11001001 | 101101 | 11001011 | 1 | 1001110 | 0 | 10100 | 100101011 | 1000000 | 110001 |
Color Harmonies of #C92DCB
Complementary color
Monochromatic Colors of #C92DCB
Black with #C92DCB
Text Example
Text Example
White with #C92DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DCB; }
p { color: rgb(201,45,203); }
H1.HeaderClassName
{
color: #C92DCB;
}
.AnyTagClassName
{
color: #C92DCB;
}
</style>
background-color css
<style>
a { background-color: #C92DCB; }
a { background-color: rgb(201,45,203); }
div.DivClassName
{
background-color: #C92DCB;
}
.BgClassName
{
background-color: #C92DCB;
}
</style>
border-color css
<style>
span { border-color: #C92DCB; }
span { border-color: rgb(201,45,203); }
td.TdClassName
{
border-color: #C92DCB;
}
.TagClassName
{
border-color: #C92DCB;
}
</style>