Shades of Fuchsia #C94BBC
Tints of Fuchsia #C94BBC
RGB
CMYK
RGB Variations
Color information
#C94BBC (or 0xC94BBC) is known color: Fuchsia. HEX triplet: C9, 4B and BC. RGB value is (201,75,188). Sum of RGB (Red+Green+Blue) = 201+75+188=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94BBC is #36B443. Grayscale: #7D7D7D. Windows color (decimal): -3585092 or 12340169. OLE color: 12340169.
HSL color Cylindrical-coordinate representation of color #C94BBC: hue angle of 306.19º 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 #C94BBC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 188 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.21 |
| HSL | 306.19º | 0.54% | 0.54% | - |
| HSV(B) | 306.19º | 0.63% | 0.79% | - |
| XYZ | 35.68 | 21.08 | 49.77 | - |
| YUV | 125.56 | 163.24 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 188 | 0 | 0.63 | 0.06 | 0.21 | 306.19 | 0.54 | 0.54 |
| Hex | C9 | 4B | BC | 0 | 3F | 6 | 15 | 132 | 36 | 36 |
| Octal | 311 | 113 | 274 | 0 | 77 | 6 | 25 | 462 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10111100 | 0 | 111111 | 110 | 10101 | 100110010 | 110110 | 110110 |
Color Harmonies of #C94BBC
Complementary color
Monochromatic Colors of #C94BBC
Black with #C94BBC
Text Example
Text Example
White with #C94BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94BBC; }
p { color: rgb(201,75,188); }
H1.HeaderClassName
{
color: #C94BBC;
}
.AnyTagClassName
{
color: #C94BBC;
}
</style>
background-color css
<style>
a { background-color: #C94BBC; }
a { background-color: rgb(201,75,188); }
div.DivClassName
{
background-color: #C94BBC;
}
.BgClassName
{
background-color: #C94BBC;
}
</style>
border-color css
<style>
span { border-color: #C94BBC; }
span { border-color: rgb(201,75,188); }
td.TdClassName
{
border-color: #C94BBC;
}
.TagClassName
{
border-color: #C94BBC;
}
</style>