Shades of Fuchsia #C92DBF
Tints of Fuchsia #C92DBF
RGB
CMYK
RGB Variations
Color information
#C92DBF (or 0xC92DBF) is known color: Fuchsia. HEX triplet: C9, 2D and BF. RGB value is (201,45,191). Sum of RGB (Red+Green+Blue) = 201+45+191=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBF is #36D240. Grayscale: #6B6B6B. Windows color (decimal): -3592769 or 12529097. OLE color: 12529097.
HSL color Cylindrical-coordinate representation of color #C92DBF: hue angle of 303.85º degrees, saturation: 0.63, 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 #C92DBF is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 191 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.21 |
| HSL | 303.85º | 0.63% | 0.48% | - |
| HSV(B) | 303.85º | 0.78% | 0.79% | - |
| XYZ | 34.43 | 18.06 | 50.96 | - |
| YUV | 108.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 191 | 0 | 0.78 | 0.05 | 0.21 | 303.85 | 0.63 | 0.48 |
| Hex | C9 | 2D | BF | 0 | 4E | 5 | 15 | 130 | 3F | 30 |
| Octal | 311 | 55 | 277 | 0 | 116 | 5 | 25 | 460 | 77 | 60 |
| Binary | 11001001 | 101101 | 10111111 | 0 | 1001110 | 101 | 10101 | 100110000 | 111111 | 110000 |
Color Harmonies of #C92DBF
Complementary color
Monochromatic Colors of #C92DBF
Black with #C92DBF
Text Example
Text Example
White with #C92DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DBF; }
p { color: rgb(201,45,191); }
H1.HeaderClassName
{
color: #C92DBF;
}
.AnyTagClassName
{
color: #C92DBF;
}
</style>
background-color css
<style>
a { background-color: #C92DBF; }
a { background-color: rgb(201,45,191); }
div.DivClassName
{
background-color: #C92DBF;
}
.BgClassName
{
background-color: #C92DBF;
}
</style>
border-color css
<style>
span { border-color: #C92DBF; }
span { border-color: rgb(201,45,191); }
td.TdClassName
{
border-color: #C92DBF;
}
.TagClassName
{
border-color: #C92DBF;
}
</style>