Shades of Fuchsia #C952AC
Tints of Fuchsia #C952AC
RGB
CMYK
RGB Variations
Color information
#C952AC (or 0xC952AC) is known color: Fuchsia. HEX triplet: C9, 52 and AC. RGB value is (201,82,172). Sum of RGB (Red+Green+Blue) = 201+82+172=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C952AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952AC is #36AD53. Grayscale: #7F7F7F. Windows color (decimal): -3583316 or 11293385. OLE color: 11293385.
HSL color Cylindrical-coordinate representation of color #C952AC: hue angle of 314.62º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C952AC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 172 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.21 |
| HSL | 314.62º | 0.52% | 0.55% | - |
| HSV(B) | 314.62º | 0.59% | 0.79% | - |
| XYZ | 34.55 | 21.43 | 41.35 | - |
| YUV | 127.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 172 | 0 | 0.59 | 0.14 | 0.21 | 314.62 | 0.52 | 0.55 |
| Hex | C9 | 52 | AC | 0 | 3B | E | 15 | 13B | 34 | 37 |
| Octal | 311 | 122 | 254 | 0 | 73 | 16 | 25 | 473 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10101100 | 0 | 111011 | 1110 | 10101 | 100111011 | 110100 | 110111 |
Color Harmonies of #C952AC
Complementary color
Monochromatic Colors of #C952AC
Black with #C952AC
Text Example
Text Example
White with #C952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952AC; }
p { color: rgb(201,82,172); }
H1.HeaderClassName
{
color: #C952AC;
}
.AnyTagClassName
{
color: #C952AC;
}
</style>
background-color css
<style>
a { background-color: #C952AC; }
a { background-color: rgb(201,82,172); }
div.DivClassName
{
background-color: #C952AC;
}
.BgClassName
{
background-color: #C952AC;
}
</style>
border-color css
<style>
span { border-color: #C952AC; }
span { border-color: rgb(201,82,172); }
td.TdClassName
{
border-color: #C952AC;
}
.TagClassName
{
border-color: #C952AC;
}
</style>