Shades of Fuchsia #C92AAF
Tints of Fuchsia #C92AAF
RGB
CMYK
RGB Variations
Color information
#C92AAF (or 0xC92AAF) is known color: Fuchsia. HEX triplet: C9, 2A and AF. RGB value is (201,42,175). Sum of RGB (Red+Green+Blue) = 201+42+175=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C92AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92AAF is #36D550. Grayscale: #686868. Windows color (decimal): -3593553 or 11479753. OLE color: 11479753.
HSL color Cylindrical-coordinate representation of color #C92AAF: hue angle of 309.81º 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 #C92AAF is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 175 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.21 |
| HSL | 309.81º | 0.65% | 0.48% | - |
| HSV(B) | 309.81º | 0.79% | 0.79% | - |
| XYZ | 32.65 | 17.17 | 42.15 | - |
| YUV | 104.7 | 167.68 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 175 | 0 | 0.79 | 0.13 | 0.21 | 309.81 | 0.65 | 0.48 |
| Hex | C9 | 2A | AF | 0 | 4F | D | 15 | 136 | 41 | 30 |
| Octal | 311 | 52 | 257 | 0 | 117 | 15 | 25 | 466 | 101 | 60 |
| Binary | 11001001 | 101010 | 10101111 | 0 | 1001111 | 1101 | 10101 | 100110110 | 1000001 | 110000 |
Color Harmonies of #C92AAF
Complementary color
Monochromatic Colors of #C92AAF
Black with #C92AAF
Text Example
Text Example
White with #C92AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92AAF; }
p { color: rgb(201,42,175); }
H1.HeaderClassName
{
color: #C92AAF;
}
.AnyTagClassName
{
color: #C92AAF;
}
</style>
background-color css
<style>
a { background-color: #C92AAF; }
a { background-color: rgb(201,42,175); }
div.DivClassName
{
background-color: #C92AAF;
}
.BgClassName
{
background-color: #C92AAF;
}
</style>
border-color css
<style>
span { border-color: #C92AAF; }
span { border-color: rgb(201,42,175); }
td.TdClassName
{
border-color: #C92AAF;
}
.TagClassName
{
border-color: #C92AAF;
}
</style>