Shades of Fuchsia #C955B8
Tints of Fuchsia #C955B8
RGB
CMYK
RGB Variations
Color information
#C955B8 (or 0xC955B8) is known color: Fuchsia. HEX triplet: C9, 55 and B8. RGB value is (201,85,184). Sum of RGB (Red+Green+Blue) = 201+85+184=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 201 - color contains mainly: red. Hex color #C955B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955B8 is #36AA47. Grayscale: #828282. Windows color (decimal): -3582536 or 12080585. OLE color: 12080585.
HSL color Cylindrical-coordinate representation of color #C955B8: hue angle of 308.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955B8 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 184 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.21 |
| HSL | 308.79º | 0.52% | 0.56% | - |
| HSV(B) | 308.79º | 0.58% | 0.79% | - |
| XYZ | 35.99 | 22.38 | 47.77 | - |
| YUV | 130.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 184 | 0 | 0.58 | 0.08 | 0.21 | 308.79 | 0.52 | 0.56 |
| Hex | C9 | 55 | B8 | 0 | 3A | 8 | 15 | 135 | 34 | 38 |
| Octal | 311 | 125 | 270 | 0 | 72 | 10 | 25 | 465 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10111000 | 0 | 111010 | 1000 | 10101 | 100110101 | 110100 | 111000 |
Color Harmonies of #C955B8
Complementary color
Monochromatic Colors of #C955B8
Black with #C955B8
Text Example
Text Example
White with #C955B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955B8; }
p { color: rgb(201,85,184); }
H1.HeaderClassName
{
color: #C955B8;
}
.AnyTagClassName
{
color: #C955B8;
}
</style>
background-color css
<style>
a { background-color: #C955B8; }
a { background-color: rgb(201,85,184); }
div.DivClassName
{
background-color: #C955B8;
}
.BgClassName
{
background-color: #C955B8;
}
</style>
border-color css
<style>
span { border-color: #C955B8; }
span { border-color: rgb(201,85,184); }
td.TdClassName
{
border-color: #C955B8;
}
.TagClassName
{
border-color: #C955B8;
}
</style>