Shades of Fuchsia #C95DBA
Tints of Fuchsia #C95DBA
RGB
CMYK
RGB Variations
Color information
#C95DBA (or 0xC95DBA) is known color: Fuchsia. HEX triplet: C9, 5D and BA. RGB value is (201,93,186). Sum of RGB (Red+Green+Blue) = 201+93+186=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DBA is #36A245. Grayscale: #878787. Windows color (decimal): -3580486 or 12213705. OLE color: 12213705.
HSL color Cylindrical-coordinate representation of color #C95DBA: hue angle of 308.33º 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 #C95DBA is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 186 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.21 |
| HSL | 308.33º | 0.5% | 0.58% | - |
| HSV(B) | 308.33º | 0.54% | 0.79% | - |
| XYZ | 36.86 | 23.79 | 49.1 | - |
| YUV | 135.89 | 156.28 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 186 | 0 | 0.54 | 0.07 | 0.21 | 308.33 | 0.5 | 0.58 |
| Hex | C9 | 5D | BA | 0 | 36 | 7 | 15 | 134 | 32 | 3A |
| Octal | 311 | 135 | 272 | 0 | 66 | 7 | 25 | 464 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10111010 | 0 | 110110 | 111 | 10101 | 100110100 | 110010 | 111010 |
Color Harmonies of #C95DBA
Complementary color
Monochromatic Colors of #C95DBA
Black with #C95DBA
Text Example
Text Example
White with #C95DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95DBA; }
p { color: rgb(201,93,186); }
H1.HeaderClassName
{
color: #C95DBA;
}
.AnyTagClassName
{
color: #C95DBA;
}
</style>
background-color css
<style>
a { background-color: #C95DBA; }
a { background-color: rgb(201,93,186); }
div.DivClassName
{
background-color: #C95DBA;
}
.BgClassName
{
background-color: #C95DBA;
}
</style>
border-color css
<style>
span { border-color: #C95DBA; }
span { border-color: rgb(201,93,186); }
td.TdClassName
{
border-color: #C95DBA;
}
.TagClassName
{
border-color: #C95DBA;
}
</style>