Shades of Fuchsia #C954CB
Tints of Fuchsia #C954CB
RGB
CMYK
RGB Variations
Color information
#C954CB (or 0xC954CB) is known color: Fuchsia. HEX triplet: C9, 54 and CB. RGB value is (201,84,203). Sum of RGB (Red+Green+Blue) = 201+84+203=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C954CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C954CB is #36AB34. Grayscale: #848484. Windows color (decimal): -3582773 or 13325513. OLE color: 13325513.
HSL color Cylindrical-coordinate representation of color #C954CB: hue angle of 298.99º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C954CB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 84 | 203 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.20 |
| HSL | 298.99º | 0.53% | 0.56% | - |
| HSV(B) | 298.99º | 0.59% | 0.8% | - |
| XYZ | 38.04 | 23.07 | 58.95 | - |
| YUV | 132.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 203 | 0.01 | 0.59 | 0 | 0.20 | 298.99 | 0.53 | 0.56 |
| Hex | C9 | 54 | CB | 1 | 3B | 0 | 14 | 12B | 35 | 38 |
| Octal | 311 | 124 | 313 | 1 | 73 | 0 | 24 | 453 | 65 | 70 |
| Binary | 11001001 | 1010100 | 11001011 | 1 | 111011 | 0 | 10100 | 100101011 | 110101 | 111000 |
Color Harmonies of #C954CB
Complementary color
Monochromatic Colors of #C954CB
Black with #C954CB
Text Example
Text Example
White with #C954CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C954CB; }
p { color: rgb(201,84,203); }
H1.HeaderClassName
{
color: #C954CB;
}
.AnyTagClassName
{
color: #C954CB;
}
</style>
background-color css
<style>
a { background-color: #C954CB; }
a { background-color: rgb(201,84,203); }
div.DivClassName
{
background-color: #C954CB;
}
.BgClassName
{
background-color: #C954CB;
}
</style>
border-color css
<style>
span { border-color: #C954CB; }
span { border-color: rgb(201,84,203); }
td.TdClassName
{
border-color: #C954CB;
}
.TagClassName
{
border-color: #C954CB;
}
</style>