Shades of Fuchsia #C93DBD
Tints of Fuchsia #C93DBD
RGB
CMYK
RGB Variations
Color information
#C93DBD (or 0xC93DBD) is known color: Fuchsia. HEX triplet: C9, 3D and BD. RGB value is (201,61,189). Sum of RGB (Red+Green+Blue) = 201+61+189=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DBD is #36C242. Grayscale: #757575. Windows color (decimal): -3588675 or 12402121. OLE color: 12402121.
HSL color Cylindrical-coordinate representation of color #C93DBD: hue angle of 305.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DBD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 189 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.21 |
| HSL | 305.14º | 0.56% | 0.51% | - |
| HSV(B) | 305.14º | 0.7% | 0.79% | - |
| XYZ | 34.94 | 19.43 | 50.05 | - |
| YUV | 117.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 189 | 0 | 0.70 | 0.06 | 0.21 | 305.14 | 0.56 | 0.51 |
| Hex | C9 | 3D | BD | 0 | 46 | 6 | 15 | 131 | 38 | 33 |
| Octal | 311 | 75 | 275 | 0 | 106 | 6 | 25 | 461 | 70 | 63 |
| Binary | 11001001 | 111101 | 10111101 | 0 | 1000110 | 110 | 10101 | 100110001 | 111000 | 110011 |
Color Harmonies of #C93DBD
Complementary color
Monochromatic Colors of #C93DBD
Black with #C93DBD
Text Example
Text Example
White with #C93DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DBD; }
p { color: rgb(201,61,189); }
H1.HeaderClassName
{
color: #C93DBD;
}
.AnyTagClassName
{
color: #C93DBD;
}
</style>
background-color css
<style>
a { background-color: #C93DBD; }
a { background-color: rgb(201,61,189); }
div.DivClassName
{
background-color: #C93DBD;
}
.BgClassName
{
background-color: #C93DBD;
}
</style>
border-color css
<style>
span { border-color: #C93DBD; }
span { border-color: rgb(201,61,189); }
td.TdClassName
{
border-color: #C93DBD;
}
.TagClassName
{
border-color: #C93DBD;
}
</style>