Shades of Fuchsia #C935BF
Tints of Fuchsia #C935BF
RGB
CMYK
RGB Variations
Color information
#C935BF (or 0xC935BF) is known color: Fuchsia. HEX triplet: C9, 35 and BF. RGB value is (201,53,191). Sum of RGB (Red+Green+Blue) = 201+53+191=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C935BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935BF is #36CA40. Grayscale: #707070. Windows color (decimal): -3590721 or 12531145. OLE color: 12531145.
HSL color Cylindrical-coordinate representation of color #C935BF: hue angle of 304.05º degrees, saturation: 0.58, 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 #C935BF is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 191 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.21 |
| HSL | 304.05º | 0.58% | 0.5% | - |
| HSV(B) | 304.05º | 0.74% | 0.79% | - |
| XYZ | 34.76 | 18.73 | 51.07 | - |
| YUV | 112.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 191 | 0 | 0.74 | 0.05 | 0.21 | 304.05 | 0.58 | 0.5 |
| Hex | C9 | 35 | BF | 0 | 4A | 5 | 15 | 130 | 3A | 32 |
| Octal | 311 | 65 | 277 | 0 | 112 | 5 | 25 | 460 | 72 | 62 |
| Binary | 11001001 | 110101 | 10111111 | 0 | 1001010 | 101 | 10101 | 100110000 | 111010 | 110010 |
Color Harmonies of #C935BF
Complementary color
Monochromatic Colors of #C935BF
Black with #C935BF
Text Example
Text Example
White with #C935BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935BF; }
p { color: rgb(201,53,191); }
H1.HeaderClassName
{
color: #C935BF;
}
.AnyTagClassName
{
color: #C935BF;
}
</style>
background-color css
<style>
a { background-color: #C935BF; }
a { background-color: rgb(201,53,191); }
div.DivClassName
{
background-color: #C935BF;
}
.BgClassName
{
background-color: #C935BF;
}
</style>
border-color css
<style>
span { border-color: #C935BF; }
span { border-color: rgb(201,53,191); }
td.TdClassName
{
border-color: #C935BF;
}
.TagClassName
{
border-color: #C935BF;
}
</style>