Shades of Fuchsia #C95BCF
Tints of Fuchsia #C95BCF
RGB
CMYK
RGB Variations
Color information
#C95BCF (or 0xC95BCF) is known color: Fuchsia. HEX triplet: C9, 5B and CF. RGB value is (201,91,207). Sum of RGB (Red+Green+Blue) = 201+91+207=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BCF is #36A430. Grayscale: #888888. Windows color (decimal): -3580977 or 13589449. OLE color: 13589449.
HSL color Cylindrical-coordinate representation of color #C95BCF: hue angle of 296.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95BCF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 91 | 207 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.19 |
| HSL | 296.9º | 0.55% | 0.58% | - |
| HSV(B) | 296.9º | 0.56% | 0.81% | - |
| XYZ | 39.09 | 24.4 | 61.68 | - |
| YUV | 137.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 91 | 207 | 0.03 | 0.56 | 0 | 0.19 | 296.9 | 0.55 | 0.58 |
| Hex | C9 | 5B | CF | 3 | 38 | 0 | 13 | 129 | 37 | 3A |
| Octal | 311 | 133 | 317 | 3 | 70 | 0 | 23 | 451 | 67 | 72 |
| Binary | 11001001 | 1011011 | 11001111 | 11 | 111000 | 0 | 10011 | 100101001 | 110111 | 111010 |
Color Harmonies of #C95BCF
Complementary color
Monochromatic Colors of #C95BCF
Black with #C95BCF
Text Example
Text Example
White with #C95BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95BCF; }
p { color: rgb(201,91,207); }
H1.HeaderClassName
{
color: #C95BCF;
}
.AnyTagClassName
{
color: #C95BCF;
}
</style>
background-color css
<style>
a { background-color: #C95BCF; }
a { background-color: rgb(201,91,207); }
div.DivClassName
{
background-color: #C95BCF;
}
.BgClassName
{
background-color: #C95BCF;
}
</style>
border-color css
<style>
span { border-color: #C95BCF; }
span { border-color: rgb(201,91,207); }
td.TdClassName
{
border-color: #C95BCF;
}
.TagClassName
{
border-color: #C95BCF;
}
</style>