Shades of Fuchsia #C935CF
Tints of Fuchsia #C935CF
RGB
CMYK
RGB Variations
Color information
#C935CF (or 0xC935CF) is known color: Fuchsia. HEX triplet: C9, 35 and CF. RGB value is (201,53,207). Sum of RGB (Red+Green+Blue) = 201+53+207=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C935CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935CF is #36CA30. Grayscale: #727272. Windows color (decimal): -3590705 or 13579721. OLE color: 13579721.
HSL color Cylindrical-coordinate representation of color #C935CF: hue angle of 297.66º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935CF is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 53 | 207 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.19 |
| HSL | 297.66º | 0.62% | 0.51% | - |
| HSV(B) | 297.66º | 0.74% | 0.81% | - |
| XYZ | 36.62 | 19.47 | 60.86 | - |
| YUV | 114.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 207 | 0.03 | 0.74 | 0 | 0.19 | 297.66 | 0.62 | 0.51 |
| Hex | C9 | 35 | CF | 3 | 4A | 0 | 13 | 12A | 3E | 33 |
| Octal | 311 | 65 | 317 | 3 | 112 | 0 | 23 | 452 | 76 | 63 |
| Binary | 11001001 | 110101 | 11001111 | 11 | 1001010 | 0 | 10011 | 100101010 | 111110 | 110011 |
Color Harmonies of #C935CF
Complementary color
Monochromatic Colors of #C935CF
Black with #C935CF
Text Example
Text Example
White with #C935CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935CF; }
p { color: rgb(201,53,207); }
H1.HeaderClassName
{
color: #C935CF;
}
.AnyTagClassName
{
color: #C935CF;
}
</style>
background-color css
<style>
a { background-color: #C935CF; }
a { background-color: rgb(201,53,207); }
div.DivClassName
{
background-color: #C935CF;
}
.BgClassName
{
background-color: #C935CF;
}
</style>
border-color css
<style>
span { border-color: #C935CF; }
span { border-color: rgb(201,53,207); }
td.TdClassName
{
border-color: #C935CF;
}
.TagClassName
{
border-color: #C935CF;
}
</style>