Shades of Fuchsia #C95BC3
Tints of Fuchsia #C95BC3
RGB
CMYK
RGB Variations
Color information
#C95BC3 (or 0xC95BC3) is known color: Fuchsia. HEX triplet: C9, 5B and C3. RGB value is (201,91,195). Sum of RGB (Red+Green+Blue) = 201+91+195=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BC3 is #36A43C. Grayscale: #878787. Windows color (decimal): -3580989 or 12803017. OLE color: 12803017.
HSL color Cylindrical-coordinate representation of color #C95BC3: hue angle of 303.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C95BC3 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 91 | 195 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.21 |
| HSL | 303.27º | 0.5% | 0.57% | - |
| HSV(B) | 303.27º | 0.55% | 0.79% | - |
| XYZ | 37.68 | 23.84 | 54.25 | - |
| YUV | 135.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 195 | 0 | 0.55 | 0.03 | 0.21 | 303.27 | 0.5 | 0.57 |
| Hex | C9 | 5B | C3 | 0 | 37 | 3 | 15 | 12F | 32 | 39 |
| Octal | 311 | 133 | 303 | 0 | 67 | 3 | 25 | 457 | 62 | 71 |
| Binary | 11001001 | 1011011 | 11000011 | 0 | 110111 | 11 | 10101 | 100101111 | 110010 | 111001 |
Color Harmonies of #C95BC3
Complementary color
Monochromatic Colors of #C95BC3
Black with #C95BC3
Text Example
Text Example
White with #C95BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BC3; }
p { color: rgb(201,91,195); }
H1.HeaderClassName
{
color: #C95BC3;
}
.AnyTagClassName
{
color: #C95BC3;
}
</style>
background-color css
<style>
a { background-color: #C95BC3; }
a { background-color: rgb(201,91,195); }
div.DivClassName
{
background-color: #C95BC3;
}
.BgClassName
{
background-color: #C95BC3;
}
</style>
border-color css
<style>
span { border-color: #C95BC3; }
span { border-color: rgb(201,91,195); }
td.TdClassName
{
border-color: #C95BC3;
}
.TagClassName
{
border-color: #C95BC3;
}
</style>