Shades of Fuchsia #C93EB2
Tints of Fuchsia #C93EB2
RGB
CMYK
RGB Variations
Color information
#C93EB2 (or 0xC93EB2) is known color: Fuchsia. HEX triplet: C9, 3E and B2. RGB value is (201,62,178). Sum of RGB (Red+Green+Blue) = 201+62+178=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EB2 is #36C14D. Grayscale: #747474. Windows color (decimal): -3588430 or 11681481. OLE color: 11681481.
HSL color Cylindrical-coordinate representation of color #C93EB2: hue angle of 309.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EB2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 178 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.21 |
| HSL | 309.93º | 0.56% | 0.52% | - |
| HSV(B) | 309.93º | 0.69% | 0.79% | - |
| XYZ | 33.85 | 19.08 | 44.02 | - |
| YUV | 116.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 178 | 0 | 0.69 | 0.11 | 0.21 | 309.93 | 0.56 | 0.52 |
| Hex | C9 | 3E | B2 | 0 | 45 | B | 15 | 136 | 38 | 34 |
| Octal | 311 | 76 | 262 | 0 | 105 | 13 | 25 | 466 | 70 | 64 |
| Binary | 11001001 | 111110 | 10110010 | 0 | 1000101 | 1011 | 10101 | 100110110 | 111000 | 110100 |
Color Harmonies of #C93EB2
Complementary color
Monochromatic Colors of #C93EB2
Black with #C93EB2
Text Example
Text Example
White with #C93EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EB2; }
p { color: rgb(201,62,178); }
H1.HeaderClassName
{
color: #C93EB2;
}
.AnyTagClassName
{
color: #C93EB2;
}
</style>
background-color css
<style>
a { background-color: #C93EB2; }
a { background-color: rgb(201,62,178); }
div.DivClassName
{
background-color: #C93EB2;
}
.BgClassName
{
background-color: #C93EB2;
}
</style>
border-color css
<style>
span { border-color: #C93EB2; }
span { border-color: rgb(201,62,178); }
td.TdClassName
{
border-color: #C93EB2;
}
.TagClassName
{
border-color: #C93EB2;
}
</style>