Shades of Fuchsia #C935D1
Tints of Fuchsia #C935D1
RGB
CMYK
RGB Variations
Color information
#C935D1 (or 0xC935D1) is known color: Fuchsia. HEX triplet: C9, 35 and D1. RGB value is (201,53,209). Sum of RGB (Red+Green+Blue) = 201+53+209=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #C935D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935D1 is #36CA2E. Grayscale: #727272. Windows color (decimal): -3590703 or 13710793. OLE color: 13710793.
HSL color Cylindrical-coordinate representation of color #C935D1: hue angle of 296.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C935D1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 53 | 209 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.18 |
| HSL | 296.92º | 0.63% | 0.51% | - |
| HSV(B) | 296.92º | 0.75% | 0.82% | - |
| XYZ | 36.87 | 19.57 | 62.16 | - |
| YUV | 115.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 209 | 0.04 | 0.75 | 0 | 0.18 | 296.92 | 0.63 | 0.51 |
| Hex | C9 | 35 | D1 | 4 | 4B | 0 | 12 | 129 | 3F | 33 |
| Octal | 311 | 65 | 321 | 4 | 113 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001001 | 110101 | 11010001 | 100 | 1001011 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #C935D1
Complementary color
Monochromatic Colors of #C935D1
Black with #C935D1
Text Example
Text Example
White with #C935D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935D1; }
p { color: rgb(201,53,209); }
H1.HeaderClassName
{
color: #C935D1;
}
.AnyTagClassName
{
color: #C935D1;
}
</style>
background-color css
<style>
a { background-color: #C935D1; }
a { background-color: rgb(201,53,209); }
div.DivClassName
{
background-color: #C935D1;
}
.BgClassName
{
background-color: #C935D1;
}
</style>
border-color css
<style>
span { border-color: #C935D1; }
span { border-color: rgb(201,53,209); }
td.TdClassName
{
border-color: #C935D1;
}
.TagClassName
{
border-color: #C935D1;
}
</style>