Shades of Fuchsia #C955B4
Tints of Fuchsia #C955B4
RGB
CMYK
RGB Variations
Color information
#C955B4 (or 0xC955B4) is known color: Fuchsia. HEX triplet: C9, 55 and B4. RGB value is (201,85,180). Sum of RGB (Red+Green+Blue) = 201+85+180=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C955B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955B4 is #36AA4B. Grayscale: #828282. Windows color (decimal): -3582540 or 11818441. OLE color: 11818441.
HSL color Cylindrical-coordinate representation of color #C955B4: hue angle of 310.86º 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 #C955B4 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 180 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.21 |
| HSL | 310.86º | 0.52% | 0.56% | - |
| HSV(B) | 310.86º | 0.58% | 0.79% | - |
| XYZ | 35.57 | 22.21 | 45.59 | - |
| YUV | 130.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 180 | 0 | 0.58 | 0.10 | 0.21 | 310.86 | 0.52 | 0.56 |
| Hex | C9 | 55 | B4 | 0 | 3A | A | 15 | 137 | 34 | 38 |
| Octal | 311 | 125 | 264 | 0 | 72 | 12 | 25 | 467 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10110100 | 0 | 111010 | 1010 | 10101 | 100110111 | 110100 | 111000 |
Color Harmonies of #C955B4
Complementary color
Monochromatic Colors of #C955B4
Black with #C955B4
Text Example
Text Example
White with #C955B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955B4; }
p { color: rgb(201,85,180); }
H1.HeaderClassName
{
color: #C955B4;
}
.AnyTagClassName
{
color: #C955B4;
}
</style>
background-color css
<style>
a { background-color: #C955B4; }
a { background-color: rgb(201,85,180); }
div.DivClassName
{
background-color: #C955B4;
}
.BgClassName
{
background-color: #C955B4;
}
</style>
border-color css
<style>
span { border-color: #C955B4; }
span { border-color: rgb(201,85,180); }
td.TdClassName
{
border-color: #C955B4;
}
.TagClassName
{
border-color: #C955B4;
}
</style>