Shades of Fuchsia #C955CB
Tints of Fuchsia #C955CB
RGB
CMYK
RGB Variations
Color information
#C955CB (or 0xC955CB) is known color: Fuchsia. HEX triplet: C9, 55 and CB. RGB value is (201,85,203). Sum of RGB (Red+Green+Blue) = 201+85+203=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C955CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955CB is #36AA34. Grayscale: #848484. Windows color (decimal): -3582517 or 13325769. OLE color: 13325769.
HSL color Cylindrical-coordinate representation of color #C955CB: hue angle of 298.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955CB is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 85 | 203 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.20 |
| HSL | 298.98º | 0.53% | 0.56% | - |
| HSV(B) | 298.98º | 0.58% | 0.8% | - |
| XYZ | 38.12 | 23.23 | 58.97 | - |
| YUV | 133.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 203 | 0.01 | 0.58 | 0 | 0.20 | 298.98 | 0.53 | 0.56 |
| Hex | C9 | 55 | CB | 1 | 3A | 0 | 14 | 12B | 35 | 38 |
| Octal | 311 | 125 | 313 | 1 | 72 | 0 | 24 | 453 | 65 | 70 |
| Binary | 11001001 | 1010101 | 11001011 | 1 | 111010 | 0 | 10100 | 100101011 | 110101 | 111000 |
Color Harmonies of #C955CB
Complementary color
Monochromatic Colors of #C955CB
Black with #C955CB
Text Example
Text Example
White with #C955CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955CB; }
p { color: rgb(201,85,203); }
H1.HeaderClassName
{
color: #C955CB;
}
.AnyTagClassName
{
color: #C955CB;
}
</style>
background-color css
<style>
a { background-color: #C955CB; }
a { background-color: rgb(201,85,203); }
div.DivClassName
{
background-color: #C955CB;
}
.BgClassName
{
background-color: #C955CB;
}
</style>
border-color css
<style>
span { border-color: #C955CB; }
span { border-color: rgb(201,85,203); }
td.TdClassName
{
border-color: #C955CB;
}
.TagClassName
{
border-color: #C955CB;
}
</style>