Shades of Fuchsia #C934BD
Tints of Fuchsia #C934BD
RGB
CMYK
RGB Variations
Color information
#C934BD (or 0xC934BD) is known color: Fuchsia. HEX triplet: C9, 34 and BD. RGB value is (201,52,189). Sum of RGB (Red+Green+Blue) = 201+52+189=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C934BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934BD is #36CB42. Grayscale: #6F6F6F. Windows color (decimal): -3590979 or 12399817. OLE color: 12399817.
HSL color Cylindrical-coordinate representation of color #C934BD: hue angle of 304.83º 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 #C934BD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 189 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.21 |
| HSL | 304.83º | 0.59% | 0.5% | - |
| HSV(B) | 304.83º | 0.74% | 0.79% | - |
| XYZ | 34.5 | 18.55 | 49.91 | - |
| YUV | 112.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 189 | 0 | 0.74 | 0.06 | 0.21 | 304.83 | 0.59 | 0.5 |
| Hex | C9 | 34 | BD | 0 | 4A | 6 | 15 | 131 | 3B | 32 |
| Octal | 311 | 64 | 275 | 0 | 112 | 6 | 25 | 461 | 73 | 62 |
| Binary | 11001001 | 110100 | 10111101 | 0 | 1001010 | 110 | 10101 | 100110001 | 111011 | 110010 |
Color Harmonies of #C934BD
Complementary color
Monochromatic Colors of #C934BD
Black with #C934BD
Text Example
Text Example
White with #C934BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934BD; }
p { color: rgb(201,52,189); }
H1.HeaderClassName
{
color: #C934BD;
}
.AnyTagClassName
{
color: #C934BD;
}
</style>
background-color css
<style>
a { background-color: #C934BD; }
a { background-color: rgb(201,52,189); }
div.DivClassName
{
background-color: #C934BD;
}
.BgClassName
{
background-color: #C934BD;
}
</style>
border-color css
<style>
span { border-color: #C934BD; }
span { border-color: rgb(201,52,189); }
td.TdClassName
{
border-color: #C934BD;
}
.TagClassName
{
border-color: #C934BD;
}
</style>