Shades of Fuchsia #C94BBD
Tints of Fuchsia #C94BBD
RGB
CMYK
RGB Variations
Color information
#C94BBD (or 0xC94BBD) is known color: Fuchsia. HEX triplet: C9, 4B and BD. RGB value is (201,75,189). Sum of RGB (Red+Green+Blue) = 201+75+189=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBD is #36B442. Grayscale: #7D7D7D. Windows color (decimal): -3585091 or 12405705. OLE color: 12405705.
HSL color Cylindrical-coordinate representation of color #C94BBD: hue angle of 305.71º 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 #C94BBD is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 189 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.21 |
| HSL | 305.71º | 0.54% | 0.54% | - |
| HSV(B) | 305.71º | 0.63% | 0.79% | - |
| XYZ | 35.79 | 21.12 | 50.34 | - |
| YUV | 125.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 189 | 0 | 0.63 | 0.06 | 0.21 | 305.71 | 0.54 | 0.54 |
| Hex | C9 | 4B | BD | 0 | 3F | 6 | 15 | 132 | 36 | 36 |
| Octal | 311 | 113 | 275 | 0 | 77 | 6 | 25 | 462 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10111101 | 0 | 111111 | 110 | 10101 | 100110010 | 110110 | 110110 |
Color Harmonies of #C94BBD
Complementary color
Monochromatic Colors of #C94BBD
Black with #C94BBD
Text Example
Text Example
White with #C94BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BBD; }
p { color: rgb(201,75,189); }
H1.HeaderClassName
{
color: #C94BBD;
}
.AnyTagClassName
{
color: #C94BBD;
}
</style>
background-color css
<style>
a { background-color: #C94BBD; }
a { background-color: rgb(201,75,189); }
div.DivClassName
{
background-color: #C94BBD;
}
.BgClassName
{
background-color: #C94BBD;
}
</style>
border-color css
<style>
span { border-color: #C94BBD; }
span { border-color: rgb(201,75,189); }
td.TdClassName
{
border-color: #C94BBD;
}
.TagClassName
{
border-color: #C94BBD;
}
</style>