Shades of Fuchsia #C93ECB
Tints of Fuchsia #C93ECB
RGB
CMYK
RGB Variations
Color information
#C93ECB (or 0xC93ECB) is known color: Fuchsia. HEX triplet: C9, 3E and CB. RGB value is (201,62,203). Sum of RGB (Red+Green+Blue) = 201+62+203=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ECB is #36C134. Grayscale: #777777. Windows color (decimal): -3588405 or 13319881. OLE color: 13319881.
HSL color Cylindrical-coordinate representation of color #C93ECB: hue angle of 299.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93ECB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 62 | 203 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.20 |
| HSL | 299.15º | 0.58% | 0.52% | - |
| HSV(B) | 299.15º | 0.69% | 0.8% | - |
| XYZ | 36.59 | 20.17 | 58.47 | - |
| YUV | 119.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 203 | 0.01 | 0.69 | 0 | 0.20 | 299.15 | 0.58 | 0.52 |
| Hex | C9 | 3E | CB | 1 | 45 | 0 | 14 | 12B | 3A | 34 |
| Octal | 311 | 76 | 313 | 1 | 105 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001001 | 111110 | 11001011 | 1 | 1000101 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #C93ECB
Complementary color
Monochromatic Colors of #C93ECB
Black with #C93ECB
Text Example
Text Example
White with #C93ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ECB; }
p { color: rgb(201,62,203); }
H1.HeaderClassName
{
color: #C93ECB;
}
.AnyTagClassName
{
color: #C93ECB;
}
</style>
background-color css
<style>
a { background-color: #C93ECB; }
a { background-color: rgb(201,62,203); }
div.DivClassName
{
background-color: #C93ECB;
}
.BgClassName
{
background-color: #C93ECB;
}
</style>
border-color css
<style>
span { border-color: #C93ECB; }
span { border-color: rgb(201,62,203); }
td.TdClassName
{
border-color: #C93ECB;
}
.TagClassName
{
border-color: #C93ECB;
}
</style>