Shades of Fuchsia #C934BE
Tints of Fuchsia #C934BE
RGB
CMYK
RGB Variations
Color information
#C934BE (or 0xC934BE) is known color: Fuchsia. HEX triplet: C9, 34 and BE. RGB value is (201,52,190). Sum of RGB (Red+Green+Blue) = 201+52+190=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C934BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934BE is #36CB41. Grayscale: #6F6F6F. Windows color (decimal): -3590978 or 12465353. OLE color: 12465353.
HSL color Cylindrical-coordinate representation of color #C934BE: hue angle of 304.43º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C934BE is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 190 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.21 |
| HSL | 304.43º | 0.59% | 0.5% | - |
| HSV(B) | 304.43º | 0.74% | 0.79% | - |
| XYZ | 34.61 | 18.59 | 50.48 | - |
| YUV | 112.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 190 | 0 | 0.74 | 0.05 | 0.21 | 304.43 | 0.59 | 0.5 |
| Hex | C9 | 34 | BE | 0 | 4A | 5 | 15 | 130 | 3B | 32 |
| Octal | 311 | 64 | 276 | 0 | 112 | 5 | 25 | 460 | 73 | 62 |
| Binary | 11001001 | 110100 | 10111110 | 0 | 1001010 | 101 | 10101 | 100110000 | 111011 | 110010 |
Color Harmonies of #C934BE
Complementary color
Monochromatic Colors of #C934BE
Black with #C934BE
Text Example
Text Example
White with #C934BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934BE; }
p { color: rgb(201,52,190); }
H1.HeaderClassName
{
color: #C934BE;
}
.AnyTagClassName
{
color: #C934BE;
}
</style>
background-color css
<style>
a { background-color: #C934BE; }
a { background-color: rgb(201,52,190); }
div.DivClassName
{
background-color: #C934BE;
}
.BgClassName
{
background-color: #C934BE;
}
</style>
border-color css
<style>
span { border-color: #C934BE; }
span { border-color: rgb(201,52,190); }
td.TdClassName
{
border-color: #C934BE;
}
.TagClassName
{
border-color: #C934BE;
}
</style>