Shades of Fuchsia #C92BBE
Tints of Fuchsia #C92BBE
RGB
CMYK
RGB Variations
Color information
#C92BBE (or 0xC92BBE) is known color: Fuchsia. HEX triplet: C9, 2B and BE. RGB value is (201,43,190). Sum of RGB (Red+Green+Blue) = 201+43+190=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BBE is #36D441. Grayscale: #6A6A6A. Windows color (decimal): -3593282 or 12463049. OLE color: 12463049.
HSL color Cylindrical-coordinate representation of color #C92BBE: hue angle of 304.18º 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 #C92BBE is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 190 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.21 |
| HSL | 304.18º | 0.65% | 0.48% | - |
| HSV(B) | 304.18º | 0.79% | 0.79% | - |
| XYZ | 34.25 | 17.86 | 50.36 | - |
| YUV | 107 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 190 | 0 | 0.79 | 0.05 | 0.21 | 304.18 | 0.65 | 0.48 |
| Hex | C9 | 2B | BE | 0 | 4F | 5 | 15 | 130 | 41 | 30 |
| Octal | 311 | 53 | 276 | 0 | 117 | 5 | 25 | 460 | 101 | 60 |
| Binary | 11001001 | 101011 | 10111110 | 0 | 1001111 | 101 | 10101 | 100110000 | 1000001 | 110000 |
Color Harmonies of #C92BBE
Complementary color
Monochromatic Colors of #C92BBE
Black with #C92BBE
Text Example
Text Example
White with #C92BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BBE; }
p { color: rgb(201,43,190); }
H1.HeaderClassName
{
color: #C92BBE;
}
.AnyTagClassName
{
color: #C92BBE;
}
</style>
background-color css
<style>
a { background-color: #C92BBE; }
a { background-color: rgb(201,43,190); }
div.DivClassName
{
background-color: #C92BBE;
}
.BgClassName
{
background-color: #C92BBE;
}
</style>
border-color css
<style>
span { border-color: #C92BBE; }
span { border-color: rgb(201,43,190); }
td.TdClassName
{
border-color: #C92BBE;
}
.TagClassName
{
border-color: #C92BBE;
}
</style>