Shades of Fuchsia #C92ABB
Tints of Fuchsia #C92ABB
RGB
CMYK
RGB Variations
Color information
#C92ABB (or 0xC92ABB) is known color: Fuchsia. HEX triplet: C9, 2A and BB. RGB value is (201,42,187). Sum of RGB (Red+Green+Blue) = 201+42+187=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C92ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92ABB is #36D544. Grayscale: #696969. Windows color (decimal): -3593541 or 12266185. OLE color: 12266185.
HSL color Cylindrical-coordinate representation of color #C92ABB: hue angle of 305.28º 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 #C92ABB is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 187 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.21 |
| HSL | 305.28º | 0.65% | 0.48% | - |
| HSV(B) | 305.28º | 0.79% | 0.79% | - |
| XYZ | 33.89 | 17.66 | 48.64 | - |
| YUV | 106.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 187 | 0 | 0.79 | 0.07 | 0.21 | 305.28 | 0.65 | 0.48 |
| Hex | C9 | 2A | BB | 0 | 4F | 7 | 15 | 131 | 41 | 30 |
| Octal | 311 | 52 | 273 | 0 | 117 | 7 | 25 | 461 | 101 | 60 |
| Binary | 11001001 | 101010 | 10111011 | 0 | 1001111 | 111 | 10101 | 100110001 | 1000001 | 110000 |
Color Harmonies of #C92ABB
Complementary color
Monochromatic Colors of #C92ABB
Black with #C92ABB
Text Example
Text Example
White with #C92ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92ABB; }
p { color: rgb(201,42,187); }
H1.HeaderClassName
{
color: #C92ABB;
}
.AnyTagClassName
{
color: #C92ABB;
}
</style>
background-color css
<style>
a { background-color: #C92ABB; }
a { background-color: rgb(201,42,187); }
div.DivClassName
{
background-color: #C92ABB;
}
.BgClassName
{
background-color: #C92ABB;
}
</style>
border-color css
<style>
span { border-color: #C92ABB; }
span { border-color: rgb(201,42,187); }
td.TdClassName
{
border-color: #C92ABB;
}
.TagClassName
{
border-color: #C92ABB;
}
</style>