Shades of Fuchsia #C95DB4
Tints of Fuchsia #C95DB4
RGB
CMYK
RGB Variations
Color information
#C95DB4 (or 0xC95DB4) is known color: Fuchsia. HEX triplet: C9, 5D and B4. RGB value is (201,93,180). Sum of RGB (Red+Green+Blue) = 201+93+180=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DB4 is #36A24B. Grayscale: #868686. Windows color (decimal): -3580492 or 11820489. OLE color: 11820489.
HSL color Cylindrical-coordinate representation of color #C95DB4: hue angle of 311.67º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95DB4 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 180 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.21 |
| HSL | 311.67º | 0.5% | 0.58% | - |
| HSV(B) | 311.67º | 0.54% | 0.79% | - |
| XYZ | 36.24 | 23.54 | 45.81 | - |
| YUV | 135.21 | 153.28 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 180 | 0 | 0.54 | 0.10 | 0.21 | 311.67 | 0.5 | 0.58 |
| Hex | C9 | 5D | B4 | 0 | 36 | A | 15 | 138 | 32 | 3A |
| Octal | 311 | 135 | 264 | 0 | 66 | 12 | 25 | 470 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10110100 | 0 | 110110 | 1010 | 10101 | 100111000 | 110010 | 111010 |
Color Harmonies of #C95DB4
Complementary color
Monochromatic Colors of #C95DB4
Black with #C95DB4
Text Example
Text Example
White with #C95DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DB4; }
p { color: rgb(201,93,180); }
H1.HeaderClassName
{
color: #C95DB4;
}
.AnyTagClassName
{
color: #C95DB4;
}
</style>
background-color css
<style>
a { background-color: #C95DB4; }
a { background-color: rgb(201,93,180); }
div.DivClassName
{
background-color: #C95DB4;
}
.BgClassName
{
background-color: #C95DB4;
}
</style>
border-color css
<style>
span { border-color: #C95DB4; }
span { border-color: rgb(201,93,180); }
td.TdClassName
{
border-color: #C95DB4;
}
.TagClassName
{
border-color: #C95DB4;
}
</style>