Shades of Fuchsia #C94ABA
Tints of Fuchsia #C94ABA
RGB
CMYK
RGB Variations
Color information
#C94ABA (or 0xC94ABA) is known color: Fuchsia. HEX triplet: C9, 4A and BA. RGB value is (201,74,186). Sum of RGB (Red+Green+Blue) = 201+74+186=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C94ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94ABA is #36B545. Grayscale: #7C7C7C. Windows color (decimal): -3585350 or 12208841. OLE color: 12208841.
HSL color Cylindrical-coordinate representation of color #C94ABA: hue angle of 307.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94ABA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 186 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.21 |
| HSL | 307.09º | 0.54% | 0.54% | - |
| HSV(B) | 307.09º | 0.63% | 0.79% | - |
| XYZ | 35.4 | 20.86 | 48.62 | - |
| YUV | 124.74 | 162.58 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 186 | 0 | 0.63 | 0.07 | 0.21 | 307.09 | 0.54 | 0.54 |
| Hex | C9 | 4A | BA | 0 | 3F | 7 | 15 | 133 | 36 | 36 |
| Octal | 311 | 112 | 272 | 0 | 77 | 7 | 25 | 463 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10111010 | 0 | 111111 | 111 | 10101 | 100110011 | 110110 | 110110 |
Color Harmonies of #C94ABA
Complementary color
Monochromatic Colors of #C94ABA
Black with #C94ABA
Text Example
Text Example
White with #C94ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94ABA; }
p { color: rgb(201,74,186); }
H1.HeaderClassName
{
color: #C94ABA;
}
.AnyTagClassName
{
color: #C94ABA;
}
</style>
background-color css
<style>
a { background-color: #C94ABA; }
a { background-color: rgb(201,74,186); }
div.DivClassName
{
background-color: #C94ABA;
}
.BgClassName
{
background-color: #C94ABA;
}
</style>
border-color css
<style>
span { border-color: #C94ABA; }
span { border-color: rgb(201,74,186); }
td.TdClassName
{
border-color: #C94ABA;
}
.TagClassName
{
border-color: #C94ABA;
}
</style>