Shades of Fuchsia #C935CD
Tints of Fuchsia #C935CD
RGB
CMYK
RGB Variations
Color information
#C935CD (or 0xC935CD) is known color: Fuchsia. HEX triplet: C9, 35 and CD. RGB value is (201,53,205). Sum of RGB (Red+Green+Blue) = 201+53+205=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C935CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935CD is #36CA32. Grayscale: #727272. Windows color (decimal): -3590707 or 13448649. OLE color: 13448649.
HSL color Cylindrical-coordinate representation of color #C935CD: hue angle of 298.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935CD is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 53 | 205 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.20 |
| HSL | 298.42º | 0.6% | 0.51% | - |
| HSV(B) | 298.42º | 0.74% | 0.8% | - |
| XYZ | 36.38 | 19.37 | 59.58 | - |
| YUV | 114.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 205 | 0.02 | 0.74 | 0 | 0.20 | 298.42 | 0.6 | 0.51 |
| Hex | C9 | 35 | CD | 2 | 4A | 0 | 14 | 12A | 3C | 33 |
| Octal | 311 | 65 | 315 | 2 | 112 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11001001 | 110101 | 11001101 | 10 | 1001010 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C935CD
Complementary color
Monochromatic Colors of #C935CD
Black with #C935CD
Text Example
Text Example
White with #C935CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935CD; }
p { color: rgb(201,53,205); }
H1.HeaderClassName
{
color: #C935CD;
}
.AnyTagClassName
{
color: #C935CD;
}
</style>
background-color css
<style>
a { background-color: #C935CD; }
a { background-color: rgb(201,53,205); }
div.DivClassName
{
background-color: #C935CD;
}
.BgClassName
{
background-color: #C935CD;
}
</style>
border-color css
<style>
span { border-color: #C935CD; }
span { border-color: rgb(201,53,205); }
td.TdClassName
{
border-color: #C935CD;
}
.TagClassName
{
border-color: #C935CD;
}
</style>