Shades of Fuchsia #C95FB2
Tints of Fuchsia #C95FB2
RGB
CMYK
RGB Variations
Color information
#C95FB2 (or 0xC95FB2) is known color: Fuchsia. HEX triplet: C9, 5F and B2. RGB value is (201,95,178). Sum of RGB (Red+Green+Blue) = 201+95+178=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FB2 is #36A04D. Grayscale: #878787. Windows color (decimal): -3579982 or 11689929. OLE color: 11689929.
HSL color Cylindrical-coordinate representation of color #C95FB2: hue angle of 313.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95FB2 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 178 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.21 |
| HSL | 313.02º | 0.5% | 0.58% | - |
| HSV(B) | 313.02º | 0.53% | 0.79% | - |
| XYZ | 36.22 | 23.82 | 44.81 | - |
| YUV | 136.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 178 | 0 | 0.53 | 0.11 | 0.21 | 313.02 | 0.5 | 0.58 |
| Hex | C9 | 5F | B2 | 0 | 35 | B | 15 | 139 | 32 | 3A |
| Octal | 311 | 137 | 262 | 0 | 65 | 13 | 25 | 471 | 62 | 72 |
| Binary | 11001001 | 1011111 | 10110010 | 0 | 110101 | 1011 | 10101 | 100111001 | 110010 | 111010 |
Color Harmonies of #C95FB2
Complementary color
Monochromatic Colors of #C95FB2
Black with #C95FB2
Text Example
Text Example
White with #C95FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FB2; }
p { color: rgb(201,95,178); }
H1.HeaderClassName
{
color: #C95FB2;
}
.AnyTagClassName
{
color: #C95FB2;
}
</style>
background-color css
<style>
a { background-color: #C95FB2; }
a { background-color: rgb(201,95,178); }
div.DivClassName
{
background-color: #C95FB2;
}
.BgClassName
{
background-color: #C95FB2;
}
</style>
border-color css
<style>
span { border-color: #C95FB2; }
span { border-color: rgb(201,95,178); }
td.TdClassName
{
border-color: #C95FB2;
}
.TagClassName
{
border-color: #C95FB2;
}
</style>