Shades of Fuchsia #C935D2
Tints of Fuchsia #C935D2
RGB
CMYK
RGB Variations
Color information
#C935D2 (or 0xC935D2) is known color: Fuchsia. HEX triplet: C9, 35 and D2. RGB value is (201,53,210). Sum of RGB (Red+Green+Blue) = 201+53+210=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #C935D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935D2 is #36CA2D. Grayscale: #727272. Windows color (decimal): -3590702 or 13776329. OLE color: 13776329.
HSL color Cylindrical-coordinate representation of color #C935D2: hue angle of 296.56º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C935D2 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 53 | 210 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.18 |
| HSL | 296.56º | 0.64% | 0.52% | - |
| HSV(B) | 296.56º | 0.75% | 0.82% | - |
| XYZ | 36.99 | 19.62 | 62.81 | - |
| YUV | 115.15 | 181.53 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 210 | 0.04 | 0.75 | 0 | 0.18 | 296.56 | 0.64 | 0.52 |
| Hex | C9 | 35 | D2 | 4 | 4B | 0 | 12 | 129 | 40 | 34 |
| Octal | 311 | 65 | 322 | 4 | 113 | 0 | 22 | 451 | 100 | 64 |
| Binary | 11001001 | 110101 | 11010010 | 100 | 1001011 | 0 | 10010 | 100101001 | 1000000 | 110100 |
Color Harmonies of #C935D2
Complementary color
Monochromatic Colors of #C935D2
Black with #C935D2
Text Example
Text Example
White with #C935D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935D2; }
p { color: rgb(201,53,210); }
H1.HeaderClassName
{
color: #C935D2;
}
.AnyTagClassName
{
color: #C935D2;
}
</style>
background-color css
<style>
a { background-color: #C935D2; }
a { background-color: rgb(201,53,210); }
div.DivClassName
{
background-color: #C935D2;
}
.BgClassName
{
background-color: #C935D2;
}
</style>
border-color css
<style>
span { border-color: #C935D2; }
span { border-color: rgb(201,53,210); }
td.TdClassName
{
border-color: #C935D2;
}
.TagClassName
{
border-color: #C935D2;
}
</style>