Shades of Fuchsia #C934CE
Tints of Fuchsia #C934CE
RGB
CMYK
RGB Variations
Color information
#C934CE (or 0xC934CE) is known color: Fuchsia. HEX triplet: C9, 34 and CE. RGB value is (201,52,206). Sum of RGB (Red+Green+Blue) = 201+52+206=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C934CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C934CE is #36CB31. Grayscale: #717171. Windows color (decimal): -3590962 or 13513929. OLE color: 13513929.
HSL color Cylindrical-coordinate representation of color #C934CE: hue angle of 298.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C934CE is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 52 | 206 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.19 |
| HSL | 298.05º | 0.61% | 0.51% | - |
| HSV(B) | 298.05º | 0.75% | 0.81% | - |
| XYZ | 36.46 | 19.33 | 60.2 | - |
| YUV | 114.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 206 | 0.02 | 0.75 | 0 | 0.19 | 298.05 | 0.61 | 0.51 |
| Hex | C9 | 34 | CE | 2 | 4B | 0 | 13 | 12A | 3D | 33 |
| Octal | 311 | 64 | 316 | 2 | 113 | 0 | 23 | 452 | 75 | 63 |
| Binary | 11001001 | 110100 | 11001110 | 10 | 1001011 | 0 | 10011 | 100101010 | 111101 | 110011 |
Color Harmonies of #C934CE
Complementary color
Monochromatic Colors of #C934CE
Black with #C934CE
Text Example
Text Example
White with #C934CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C934CE; }
p { color: rgb(201,52,206); }
H1.HeaderClassName
{
color: #C934CE;
}
.AnyTagClassName
{
color: #C934CE;
}
</style>
background-color css
<style>
a { background-color: #C934CE; }
a { background-color: rgb(201,52,206); }
div.DivClassName
{
background-color: #C934CE;
}
.BgClassName
{
background-color: #C934CE;
}
</style>
border-color css
<style>
span { border-color: #C934CE; }
span { border-color: rgb(201,52,206); }
td.TdClassName
{
border-color: #C934CE;
}
.TagClassName
{
border-color: #C934CE;
}
</style>