Shades of Fuchsia #C952CE
Tints of Fuchsia #C952CE
RGB
CMYK
RGB Variations
Color information
#C952CE (or 0xC952CE) is known color: Fuchsia. HEX triplet: C9, 52 and CE. RGB value is (201,82,206). Sum of RGB (Red+Green+Blue) = 201+82+206=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #C952CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952CE is #36AD31. Grayscale: #838383. Windows color (decimal): -3583282 or 13521609. OLE color: 13521609.
HSL color Cylindrical-coordinate representation of color #C952CE: hue angle of 297.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C952CE is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 82 | 206 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.19 |
| HSL | 297.58º | 0.56% | 0.56% | - |
| HSV(B) | 297.58º | 0.6% | 0.81% | - |
| XYZ | 38.25 | 22.91 | 60.8 | - |
| YUV | 131.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 206 | 0.02 | 0.60 | 0 | 0.19 | 297.58 | 0.56 | 0.56 |
| Hex | C9 | 52 | CE | 2 | 3C | 0 | 13 | 12A | 38 | 38 |
| Octal | 311 | 122 | 316 | 2 | 74 | 0 | 23 | 452 | 70 | 70 |
| Binary | 11001001 | 1010010 | 11001110 | 10 | 111100 | 0 | 10011 | 100101010 | 111000 | 111000 |
Color Harmonies of #C952CE
Complementary color
Monochromatic Colors of #C952CE
Black with #C952CE
Text Example
Text Example
White with #C952CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952CE; }
p { color: rgb(201,82,206); }
H1.HeaderClassName
{
color: #C952CE;
}
.AnyTagClassName
{
color: #C952CE;
}
</style>
background-color css
<style>
a { background-color: #C952CE; }
a { background-color: rgb(201,82,206); }
div.DivClassName
{
background-color: #C952CE;
}
.BgClassName
{
background-color: #C952CE;
}
</style>
border-color css
<style>
span { border-color: #C952CE; }
span { border-color: rgb(201,82,206); }
td.TdClassName
{
border-color: #C952CE;
}
.TagClassName
{
border-color: #C952CE;
}
</style>