Shades of Fuchsia #C933AC
Tints of Fuchsia #C933AC
RGB
CMYK
RGB Variations
Color information
#C933AC (or 0xC933AC) is known color: Fuchsia. HEX triplet: C9, 33 and AC. RGB value is (201,51,172). Sum of RGB (Red+Green+Blue) = 201+51+172=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C933AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C933AC is #36CC53. Grayscale: #6D6D6D. Windows color (decimal): -3591252 or 11285449. OLE color: 11285449.
HSL color Cylindrical-coordinate representation of color #C933AC: hue angle of 311.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933AC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 172 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.21 |
| HSL | 311.6º | 0.6% | 0.49% | - |
| HSV(B) | 311.6º | 0.75% | 0.79% | - |
| XYZ | 32.72 | 17.76 | 40.73 | - |
| YUV | 109.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 172 | 0 | 0.75 | 0.14 | 0.21 | 311.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | AC | 0 | 4B | E | 15 | 138 | 3C | 31 |
| Octal | 311 | 63 | 254 | 0 | 113 | 16 | 25 | 470 | 74 | 61 |
| Binary | 11001001 | 110011 | 10101100 | 0 | 1001011 | 1110 | 10101 | 100111000 | 111100 | 110001 |
Color Harmonies of #C933AC
Complementary color
Monochromatic Colors of #C933AC
Black with #C933AC
Text Example
Text Example
White with #C933AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933AC; }
p { color: rgb(201,51,172); }
H1.HeaderClassName
{
color: #C933AC;
}
.AnyTagClassName
{
color: #C933AC;
}
</style>
background-color css
<style>
a { background-color: #C933AC; }
a { background-color: rgb(201,51,172); }
div.DivClassName
{
background-color: #C933AC;
}
.BgClassName
{
background-color: #C933AC;
}
</style>
border-color css
<style>
span { border-color: #C933AC; }
span { border-color: rgb(201,51,172); }
td.TdClassName
{
border-color: #C933AC;
}
.TagClassName
{
border-color: #C933AC;
}
</style>