Shades of Fuchsia #C952BD
Tints of Fuchsia #C952BD
RGB
CMYK
RGB Variations
Color information
#C952BD (or 0xC952BD) is known color: Fuchsia. HEX triplet: C9, 52 and BD. RGB value is (201,82,189). Sum of RGB (Red+Green+Blue) = 201+82+189=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BD is #36AD42. Grayscale: #818181. Windows color (decimal): -3583299 or 12407497. OLE color: 12407497.
HSL color Cylindrical-coordinate representation of color #C952BD: hue angle of 306.05º 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 #C952BD is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 189 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.21 |
| HSL | 306.05º | 0.52% | 0.55% | - |
| HSV(B) | 306.05º | 0.59% | 0.79% | - |
| XYZ | 36.29 | 22.13 | 50.5 | - |
| YUV | 129.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 189 | 0 | 0.59 | 0.06 | 0.21 | 306.05 | 0.52 | 0.55 |
| Hex | C9 | 52 | BD | 0 | 3B | 6 | 15 | 132 | 34 | 37 |
| Octal | 311 | 122 | 275 | 0 | 73 | 6 | 25 | 462 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10111101 | 0 | 111011 | 110 | 10101 | 100110010 | 110100 | 110111 |
Color Harmonies of #C952BD
Complementary color
Monochromatic Colors of #C952BD
Black with #C952BD
Text Example
Text Example
White with #C952BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952BD; }
p { color: rgb(201,82,189); }
H1.HeaderClassName
{
color: #C952BD;
}
.AnyTagClassName
{
color: #C952BD;
}
</style>
background-color css
<style>
a { background-color: #C952BD; }
a { background-color: rgb(201,82,189); }
div.DivClassName
{
background-color: #C952BD;
}
.BgClassName
{
background-color: #C952BD;
}
</style>
border-color css
<style>
span { border-color: #C952BD; }
span { border-color: rgb(201,82,189); }
td.TdClassName
{
border-color: #C952BD;
}
.TagClassName
{
border-color: #C952BD;
}
</style>