Shades of Fuchsia #C952BF
Tints of Fuchsia #C952BF
RGB
CMYK
RGB Variations
Color information
#C952BF (or 0xC952BF) is known color: Fuchsia. HEX triplet: C9, 52 and BF. RGB value is (201,82,191). Sum of RGB (Red+Green+Blue) = 201+82+191=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C952BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C952BF is #36AD40. Grayscale: #818181. Windows color (decimal): -3583297 or 12538569. OLE color: 12538569.
HSL color Cylindrical-coordinate representation of color #C952BF: hue angle of 305.04º 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 #C952BF is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 191 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.21 |
| HSL | 305.04º | 0.52% | 0.55% | - |
| HSV(B) | 305.04º | 0.59% | 0.79% | - |
| XYZ | 36.51 | 22.21 | 51.65 | - |
| YUV | 130.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 191 | 0 | 0.59 | 0.05 | 0.21 | 305.04 | 0.52 | 0.55 |
| Hex | C9 | 52 | BF | 0 | 3B | 5 | 15 | 131 | 34 | 37 |
| Octal | 311 | 122 | 277 | 0 | 73 | 5 | 25 | 461 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10111111 | 0 | 111011 | 101 | 10101 | 100110001 | 110100 | 110111 |
Color Harmonies of #C952BF
Complementary color
Monochromatic Colors of #C952BF
Black with #C952BF
Text Example
Text Example
White with #C952BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952BF; }
p { color: rgb(201,82,191); }
H1.HeaderClassName
{
color: #C952BF;
}
.AnyTagClassName
{
color: #C952BF;
}
</style>
background-color css
<style>
a { background-color: #C952BF; }
a { background-color: rgb(201,82,191); }
div.DivClassName
{
background-color: #C952BF;
}
.BgClassName
{
background-color: #C952BF;
}
</style>
border-color css
<style>
span { border-color: #C952BF; }
span { border-color: rgb(201,82,191); }
td.TdClassName
{
border-color: #C952BF;
}
.TagClassName
{
border-color: #C952BF;
}
</style>