Shades of Fuchsia #C92DBB
Tints of Fuchsia #C92DBB
RGB
CMYK
RGB Variations
Color information
#C92DBB (or 0xC92DBB) is known color: Fuchsia. HEX triplet: C9, 2D and BB. RGB value is (201,45,187). Sum of RGB (Red+Green+Blue) = 201+45+187=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DBB is #36D244. Grayscale: #6B6B6B. Windows color (decimal): -3592773 or 12266953. OLE color: 12266953.
HSL color Cylindrical-coordinate representation of color #C92DBB: hue angle of 305.38º 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 #C92DBB is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 187 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.21 |
| HSL | 305.38º | 0.63% | 0.48% | - |
| HSV(B) | 305.38º | 0.78% | 0.79% | - |
| XYZ | 34 | 17.88 | 48.67 | - |
| YUV | 107.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 187 | 0 | 0.78 | 0.07 | 0.21 | 305.38 | 0.63 | 0.48 |
| Hex | C9 | 2D | BB | 0 | 4E | 7 | 15 | 131 | 3F | 30 |
| Octal | 311 | 55 | 273 | 0 | 116 | 7 | 25 | 461 | 77 | 60 |
| Binary | 11001001 | 101101 | 10111011 | 0 | 1001110 | 111 | 10101 | 100110001 | 111111 | 110000 |
Color Harmonies of #C92DBB
Complementary color
Monochromatic Colors of #C92DBB
Black with #C92DBB
Text Example
Text Example
White with #C92DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DBB; }
p { color: rgb(201,45,187); }
H1.HeaderClassName
{
color: #C92DBB;
}
.AnyTagClassName
{
color: #C92DBB;
}
</style>
background-color css
<style>
a { background-color: #C92DBB; }
a { background-color: rgb(201,45,187); }
div.DivClassName
{
background-color: #C92DBB;
}
.BgClassName
{
background-color: #C92DBB;
}
</style>
border-color css
<style>
span { border-color: #C92DBB; }
span { border-color: rgb(201,45,187); }
td.TdClassName
{
border-color: #C92DBB;
}
.TagClassName
{
border-color: #C92DBB;
}
</style>