Shades of Fuchsia #C94BAC
Tints of Fuchsia #C94BAC
RGB
CMYK
RGB Variations
Color information
#C94BAC (or 0xC94BAC) is known color: Fuchsia. HEX triplet: C9, 4B and AC. RGB value is (201,75,172). Sum of RGB (Red+Green+Blue) = 201+75+172=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94BAC is #36B453. Grayscale: #7B7B7B. Windows color (decimal): -3585108 or 11291593. OLE color: 11291593.
HSL color Cylindrical-coordinate representation of color #C94BAC: hue angle of 313.81º 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 #C94BAC is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 172 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.21 |
| HSL | 313.81º | 0.54% | 0.54% | - |
| HSV(B) | 313.81º | 0.63% | 0.79% | - |
| XYZ | 34.05 | 20.43 | 41.18 | - |
| YUV | 123.73 | 155.24 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 172 | 0 | 0.63 | 0.14 | 0.21 | 313.81 | 0.54 | 0.54 |
| Hex | C9 | 4B | AC | 0 | 3F | E | 15 | 13A | 36 | 36 |
| Octal | 311 | 113 | 254 | 0 | 77 | 16 | 25 | 472 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10101100 | 0 | 111111 | 1110 | 10101 | 100111010 | 110110 | 110110 |
Color Harmonies of #C94BAC
Complementary color
Monochromatic Colors of #C94BAC
Black with #C94BAC
Text Example
Text Example
White with #C94BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BAC; }
p { color: rgb(201,75,172); }
H1.HeaderClassName
{
color: #C94BAC;
}
.AnyTagClassName
{
color: #C94BAC;
}
</style>
background-color css
<style>
a { background-color: #C94BAC; }
a { background-color: rgb(201,75,172); }
div.DivClassName
{
background-color: #C94BAC;
}
.BgClassName
{
background-color: #C94BAC;
}
</style>
border-color css
<style>
span { border-color: #C94BAC; }
span { border-color: rgb(201,75,172); }
td.TdClassName
{
border-color: #C94BAC;
}
.TagClassName
{
border-color: #C94BAC;
}
</style>