Shades of Fuchsia #C95BCB
Tints of Fuchsia #C95BCB
RGB
CMYK
RGB Variations
Color information
#C95BCB (or 0xC95BCB) is known color: Fuchsia. HEX triplet: C9, 5B and CB. RGB value is (201,91,203). Sum of RGB (Red+Green+Blue) = 201+91+203=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C95BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BCB is #36A434. Grayscale: #888888. Windows color (decimal): -3580981 or 13327305. OLE color: 13327305.
HSL color Cylindrical-coordinate representation of color #C95BCB: hue angle of 298.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BCB is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 91 | 203 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.20 |
| HSL | 298.93º | 0.52% | 0.58% | - |
| HSV(B) | 298.93º | 0.55% | 0.8% | - |
| XYZ | 38.61 | 24.21 | 59.14 | - |
| YUV | 136.66 | 165.44 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 203 | 0.01 | 0.55 | 0 | 0.20 | 298.93 | 0.52 | 0.58 |
| Hex | C9 | 5B | CB | 1 | 37 | 0 | 14 | 12B | 34 | 3A |
| Octal | 311 | 133 | 313 | 1 | 67 | 0 | 24 | 453 | 64 | 72 |
| Binary | 11001001 | 1011011 | 11001011 | 1 | 110111 | 0 | 10100 | 100101011 | 110100 | 111010 |
Color Harmonies of #C95BCB
Complementary color
Monochromatic Colors of #C95BCB
Black with #C95BCB
Text Example
Text Example
White with #C95BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BCB; }
p { color: rgb(201,91,203); }
H1.HeaderClassName
{
color: #C95BCB;
}
.AnyTagClassName
{
color: #C95BCB;
}
</style>
background-color css
<style>
a { background-color: #C95BCB; }
a { background-color: rgb(201,91,203); }
div.DivClassName
{
background-color: #C95BCB;
}
.BgClassName
{
background-color: #C95BCB;
}
</style>
border-color css
<style>
span { border-color: #C95BCB; }
span { border-color: rgb(201,91,203); }
td.TdClassName
{
border-color: #C95BCB;
}
.TagClassName
{
border-color: #C95BCB;
}
</style>