Shades of Fuchsia #C949BD
Tints of Fuchsia #C949BD
RGB
CMYK
RGB Variations
Color information
#C949BD (or 0xC949BD) is known color: Fuchsia. HEX triplet: C9, 49 and BD. RGB value is (201,73,189). Sum of RGB (Red+Green+Blue) = 201+73+189=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C949BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949BD is #36B642. Grayscale: #7C7C7C. Windows color (decimal): -3585603 or 12405193. OLE color: 12405193.
HSL color Cylindrical-coordinate representation of color #C949BD: hue angle of 305.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 189 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.21 |
| HSL | 305.63º | 0.54% | 0.54% | - |
| HSV(B) | 305.63º | 0.64% | 0.79% | - |
| XYZ | 35.66 | 20.86 | 50.29 | - |
| YUV | 124.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 189 | 0 | 0.64 | 0.06 | 0.21 | 305.63 | 0.54 | 0.54 |
| Hex | C9 | 49 | BD | 0 | 40 | 6 | 15 | 132 | 36 | 36 |
| Octal | 311 | 111 | 275 | 0 | 100 | 6 | 25 | 462 | 66 | 66 |
| Binary | 11001001 | 1001001 | 10111101 | 0 | 1000000 | 110 | 10101 | 100110010 | 110110 | 110110 |
Color Harmonies of #C949BD
Complementary color
Monochromatic Colors of #C949BD
Black with #C949BD
Text Example
Text Example
White with #C949BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949BD; }
p { color: rgb(201,73,189); }
H1.HeaderClassName
{
color: #C949BD;
}
.AnyTagClassName
{
color: #C949BD;
}
</style>
background-color css
<style>
a { background-color: #C949BD; }
a { background-color: rgb(201,73,189); }
div.DivClassName
{
background-color: #C949BD;
}
.BgClassName
{
background-color: #C949BD;
}
</style>
border-color css
<style>
span { border-color: #C949BD; }
span { border-color: rgb(201,73,189); }
td.TdClassName
{
border-color: #C949BD;
}
.TagClassName
{
border-color: #C949BD;
}
</style>