Shades of Fuchsia #C93DCB
Tints of Fuchsia #C93DCB
RGB
CMYK
RGB Variations
Color information
#C93DCB (or 0xC93DCB) is known color: Fuchsia. HEX triplet: C9, 3D and CB. RGB value is (201,61,203). Sum of RGB (Red+Green+Blue) = 201+61+203=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCB is #36C234. Grayscale: #767676. Windows color (decimal): -3588661 or 13319625. OLE color: 13319625.
HSL color Cylindrical-coordinate representation of color #C93DCB: 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.7%. Process color model (Four color, CMYK) of #C93DCB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 61 | 203 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.20 |
| HSL | 299.15º | 0.58% | 0.52% | - |
| HSV(B) | 299.15º | 0.7% | 0.8% | - |
| XYZ | 36.54 | 20.07 | 58.45 | - |
| YUV | 119.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 203 | 0.01 | 0.70 | 0 | 0.20 | 299.15 | 0.58 | 0.52 |
| Hex | C9 | 3D | CB | 1 | 46 | 0 | 14 | 12B | 3A | 34 |
| Octal | 311 | 75 | 313 | 1 | 106 | 0 | 24 | 453 | 72 | 64 |
| Binary | 11001001 | 111101 | 11001011 | 1 | 1000110 | 0 | 10100 | 100101011 | 111010 | 110100 |
Color Harmonies of #C93DCB
Complementary color
Monochromatic Colors of #C93DCB
Black with #C93DCB
Text Example
Text Example
White with #C93DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DCB; }
p { color: rgb(201,61,203); }
H1.HeaderClassName
{
color: #C93DCB;
}
.AnyTagClassName
{
color: #C93DCB;
}
</style>
background-color css
<style>
a { background-color: #C93DCB; }
a { background-color: rgb(201,61,203); }
div.DivClassName
{
background-color: #C93DCB;
}
.BgClassName
{
background-color: #C93DCB;
}
</style>
border-color css
<style>
span { border-color: #C93DCB; }
span { border-color: rgb(201,61,203); }
td.TdClassName
{
border-color: #C93DCB;
}
.TagClassName
{
border-color: #C93DCB;
}
</style>