Shades of Fuchsia #C94DBB
Tints of Fuchsia #C94DBB
RGB
CMYK
RGB Variations
Color information
#C94DBB (or 0xC94DBB) is known color: Fuchsia. HEX triplet: C9, 4D and BB. RGB value is (201,77,187). Sum of RGB (Red+Green+Blue) = 201+77+187=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DBB is #36B244. Grayscale: #7E7E7E. Windows color (decimal): -3584581 or 12275145. OLE color: 12275145.
HSL color Cylindrical-coordinate representation of color #C94DBB: hue angle of 306.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DBB is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 187 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.21 |
| HSL | 306.77º | 0.53% | 0.55% | - |
| HSV(B) | 306.77º | 0.62% | 0.79% | - |
| XYZ | 35.71 | 21.31 | 49.25 | - |
| YUV | 126.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 187 | 0 | 0.62 | 0.07 | 0.21 | 306.77 | 0.53 | 0.55 |
| Hex | C9 | 4D | BB | 0 | 3E | 7 | 15 | 133 | 35 | 37 |
| Octal | 311 | 115 | 273 | 0 | 76 | 7 | 25 | 463 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10111011 | 0 | 111110 | 111 | 10101 | 100110011 | 110101 | 110111 |
Color Harmonies of #C94DBB
Complementary color
Monochromatic Colors of #C94DBB
Black with #C94DBB
Text Example
Text Example
White with #C94DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DBB; }
p { color: rgb(201,77,187); }
H1.HeaderClassName
{
color: #C94DBB;
}
.AnyTagClassName
{
color: #C94DBB;
}
</style>
background-color css
<style>
a { background-color: #C94DBB; }
a { background-color: rgb(201,77,187); }
div.DivClassName
{
background-color: #C94DBB;
}
.BgClassName
{
background-color: #C94DBB;
}
</style>
border-color css
<style>
span { border-color: #C94DBB; }
span { border-color: rgb(201,77,187); }
td.TdClassName
{
border-color: #C94DBB;
}
.TagClassName
{
border-color: #C94DBB;
}
</style>