Shades of Fuchsia #C952B5
Tints of Fuchsia #C952B5
RGB
CMYK
RGB Variations
Color information
#C952B5 (or 0xC952B5) is known color: Fuchsia. HEX triplet: C9, 52 and B5. RGB value is (201,82,181). Sum of RGB (Red+Green+Blue) = 201+82+181=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C952B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952B5 is #36AD4A. Grayscale: #808080. Windows color (decimal): -3583307 or 11883209. OLE color: 11883209.
HSL color Cylindrical-coordinate representation of color #C952B5: hue angle of 310.08º 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 #C952B5 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 181 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.21 |
| HSL | 310.08º | 0.52% | 0.55% | - |
| HSV(B) | 310.08º | 0.59% | 0.79% | - |
| XYZ | 35.45 | 21.79 | 46.05 | - |
| YUV | 128.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 181 | 0 | 0.59 | 0.10 | 0.21 | 310.08 | 0.52 | 0.55 |
| Hex | C9 | 52 | B5 | 0 | 3B | A | 15 | 136 | 34 | 37 |
| Octal | 311 | 122 | 265 | 0 | 73 | 12 | 25 | 466 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10110101 | 0 | 111011 | 1010 | 10101 | 100110110 | 110100 | 110111 |
Color Harmonies of #C952B5
Complementary color
Monochromatic Colors of #C952B5
Black with #C952B5
Text Example
Text Example
White with #C952B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952B5; }
p { color: rgb(201,82,181); }
H1.HeaderClassName
{
color: #C952B5;
}
.AnyTagClassName
{
color: #C952B5;
}
</style>
background-color css
<style>
a { background-color: #C952B5; }
a { background-color: rgb(201,82,181); }
div.DivClassName
{
background-color: #C952B5;
}
.BgClassName
{
background-color: #C952B5;
}
</style>
border-color css
<style>
span { border-color: #C952B5; }
span { border-color: rgb(201,82,181); }
td.TdClassName
{
border-color: #C952B5;
}
.TagClassName
{
border-color: #C952B5;
}
</style>