Shades of Fuchsia #C92AB8
Tints of Fuchsia #C92AB8
RGB
CMYK
RGB Variations
Color information
#C92AB8 (or 0xC92AB8) is known color: Fuchsia. HEX triplet: C9, 2A and B8. RGB value is (201,42,184). Sum of RGB (Red+Green+Blue) = 201+42+184=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C92AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92AB8 is #36D547. Grayscale: #696969. Windows color (decimal): -3593544 or 12069577. OLE color: 12069577.
HSL color Cylindrical-coordinate representation of color #C92AB8: hue angle of 306.42º 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 #C92AB8 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 184 | - |
| CMYK | 0 | 0.79 | 0.08 | 0.21 |
| HSL | 306.42º | 0.65% | 0.48% | - |
| HSV(B) | 306.42º | 0.79% | 0.79% | - |
| XYZ | 33.57 | 17.53 | 46.96 | - |
| YUV | 105.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 184 | 0 | 0.79 | 0.08 | 0.21 | 306.42 | 0.65 | 0.48 |
| Hex | C9 | 2A | B8 | 0 | 4F | 8 | 15 | 132 | 41 | 30 |
| Octal | 311 | 52 | 270 | 0 | 117 | 10 | 25 | 462 | 101 | 60 |
| Binary | 11001001 | 101010 | 10111000 | 0 | 1001111 | 1000 | 10101 | 100110010 | 1000001 | 110000 |
Color Harmonies of #C92AB8
Complementary color
Monochromatic Colors of #C92AB8
Black with #C92AB8
Text Example
Text Example
White with #C92AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AB8; }
p { color: rgb(201,42,184); }
H1.HeaderClassName
{
color: #C92AB8;
}
.AnyTagClassName
{
color: #C92AB8;
}
</style>
background-color css
<style>
a { background-color: #C92AB8; }
a { background-color: rgb(201,42,184); }
div.DivClassName
{
background-color: #C92AB8;
}
.BgClassName
{
background-color: #C92AB8;
}
</style>
border-color css
<style>
span { border-color: #C92AB8; }
span { border-color: rgb(201,42,184); }
td.TdClassName
{
border-color: #C92AB8;
}
.TagClassName
{
border-color: #C92AB8;
}
</style>