Shades of Fuchsia #C92BBF
Tints of Fuchsia #C92BBF
RGB
CMYK
RGB Variations
Color information
#C92BBF (or 0xC92BBF) is known color: Fuchsia. HEX triplet: C9, 2B and BF. RGB value is (201,43,191). Sum of RGB (Red+Green+Blue) = 201+43+191=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BBF is #36D440. Grayscale: #6A6A6A. Windows color (decimal): -3593281 or 12528585. OLE color: 12528585.
HSL color Cylindrical-coordinate representation of color #C92BBF: hue angle of 303.8º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92BBF is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 191 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.21 |
| HSL | 303.8º | 0.65% | 0.48% | - |
| HSV(B) | 303.8º | 0.79% | 0.79% | - |
| XYZ | 34.36 | 17.91 | 50.94 | - |
| YUV | 107.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 191 | 0 | 0.79 | 0.05 | 0.21 | 303.8 | 0.65 | 0.48 |
| Hex | C9 | 2B | BF | 0 | 4F | 5 | 15 | 130 | 41 | 30 |
| Octal | 311 | 53 | 277 | 0 | 117 | 5 | 25 | 460 | 101 | 60 |
| Binary | 11001001 | 101011 | 10111111 | 0 | 1001111 | 101 | 10101 | 100110000 | 1000001 | 110000 |
Color Harmonies of #C92BBF
Complementary color
Monochromatic Colors of #C92BBF
Black with #C92BBF
Text Example
Text Example
White with #C92BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BBF; }
p { color: rgb(201,43,191); }
H1.HeaderClassName
{
color: #C92BBF;
}
.AnyTagClassName
{
color: #C92BBF;
}
</style>
background-color css
<style>
a { background-color: #C92BBF; }
a { background-color: rgb(201,43,191); }
div.DivClassName
{
background-color: #C92BBF;
}
.BgClassName
{
background-color: #C92BBF;
}
</style>
border-color css
<style>
span { border-color: #C92BBF; }
span { border-color: rgb(201,43,191); }
td.TdClassName
{
border-color: #C92BBF;
}
.TagClassName
{
border-color: #C92BBF;
}
</style>