Shades of Fuchsia #C94BBA
Tints of Fuchsia #C94BBA
RGB
CMYK
RGB Variations
Color information
#C94BBA (or 0xC94BBA) is known color: Fuchsia. HEX triplet: C9, 4B and BA. RGB value is (201,75,186). Sum of RGB (Red+Green+Blue) = 201+75+186=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBA is #36B445. Grayscale: #7D7D7D. Windows color (decimal): -3585094 or 12209097. OLE color: 12209097.
HSL color Cylindrical-coordinate representation of color #C94BBA: hue angle of 307.14º 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 #C94BBA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 186 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.21 |
| HSL | 307.14º | 0.54% | 0.54% | - |
| HSV(B) | 307.14º | 0.63% | 0.79% | - |
| XYZ | 35.47 | 20.99 | 48.64 | - |
| YUV | 125.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 186 | 0 | 0.63 | 0.07 | 0.21 | 307.14 | 0.54 | 0.54 |
| Hex | C9 | 4B | BA | 0 | 3F | 7 | 15 | 133 | 36 | 36 |
| Octal | 311 | 113 | 272 | 0 | 77 | 7 | 25 | 463 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10111010 | 0 | 111111 | 111 | 10101 | 100110011 | 110110 | 110110 |
Color Harmonies of #C94BBA
Complementary color
Monochromatic Colors of #C94BBA
Black with #C94BBA
Text Example
Text Example
White with #C94BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BBA; }
p { color: rgb(201,75,186); }
H1.HeaderClassName
{
color: #C94BBA;
}
.AnyTagClassName
{
color: #C94BBA;
}
</style>
background-color css
<style>
a { background-color: #C94BBA; }
a { background-color: rgb(201,75,186); }
div.DivClassName
{
background-color: #C94BBA;
}
.BgClassName
{
background-color: #C94BBA;
}
</style>
border-color css
<style>
span { border-color: #C94BBA; }
span { border-color: rgb(201,75,186); }
td.TdClassName
{
border-color: #C94BBA;
}
.TagClassName
{
border-color: #C94BBA;
}
</style>