Shades of Fuchsia #C92DB5
Tints of Fuchsia #C92DB5
RGB
CMYK
RGB Variations
Color information
#C92DB5 (or 0xC92DB5) is known color: Fuchsia. HEX triplet: C9, 2D and B5. RGB value is (201,45,181). Sum of RGB (Red+Green+Blue) = 201+45+181=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C92DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92DB5 is #36D24A. Grayscale: #6A6A6A. Windows color (decimal): -3592779 or 11873737. OLE color: 11873737.
HSL color Cylindrical-coordinate representation of color #C92DB5: hue angle of 307.69º 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 #C92DB5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 181 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.21 |
| HSL | 307.69º | 0.63% | 0.48% | - |
| HSV(B) | 307.69º | 0.78% | 0.79% | - |
| XYZ | 33.37 | 17.63 | 45.36 | - |
| YUV | 107.15 | 169.68 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 181 | 0 | 0.78 | 0.10 | 0.21 | 307.69 | 0.63 | 0.48 |
| Hex | C9 | 2D | B5 | 0 | 4E | A | 15 | 134 | 3F | 30 |
| Octal | 311 | 55 | 265 | 0 | 116 | 12 | 25 | 464 | 77 | 60 |
| Binary | 11001001 | 101101 | 10110101 | 0 | 1001110 | 1010 | 10101 | 100110100 | 111111 | 110000 |
Color Harmonies of #C92DB5
Complementary color
Monochromatic Colors of #C92DB5
Black with #C92DB5
Text Example
Text Example
White with #C92DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92DB5; }
p { color: rgb(201,45,181); }
H1.HeaderClassName
{
color: #C92DB5;
}
.AnyTagClassName
{
color: #C92DB5;
}
</style>
background-color css
<style>
a { background-color: #C92DB5; }
a { background-color: rgb(201,45,181); }
div.DivClassName
{
background-color: #C92DB5;
}
.BgClassName
{
background-color: #C92DB5;
}
</style>
border-color css
<style>
span { border-color: #C92DB5; }
span { border-color: rgb(201,45,181); }
td.TdClassName
{
border-color: #C92DB5;
}
.TagClassName
{
border-color: #C92DB5;
}
</style>