Shades of Fuchsia #C93CBD
Tints of Fuchsia #C93CBD
RGB
CMYK
RGB Variations
Color information
#C93CBD (or 0xC93CBD) is known color: Fuchsia. HEX triplet: C9, 3C and BD. RGB value is (201,60,189). Sum of RGB (Red+Green+Blue) = 201+60+189=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CBD is #36C342. Grayscale: #747474. Windows color (decimal): -3588931 or 12401865. OLE color: 12401865.
HSL color Cylindrical-coordinate representation of color #C93CBD: hue angle of 305.11º degrees, saturation: 0.57, 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 #C93CBD is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 189 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.21 |
| HSL | 305.11º | 0.57% | 0.51% | - |
| HSV(B) | 305.11º | 0.7% | 0.79% | - |
| XYZ | 34.89 | 19.32 | 50.04 | - |
| YUV | 116.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 189 | 0 | 0.70 | 0.06 | 0.21 | 305.11 | 0.57 | 0.51 |
| Hex | C9 | 3C | BD | 0 | 46 | 6 | 15 | 131 | 39 | 33 |
| Octal | 311 | 74 | 275 | 0 | 106 | 6 | 25 | 461 | 71 | 63 |
| Binary | 11001001 | 111100 | 10111101 | 0 | 1000110 | 110 | 10101 | 100110001 | 111001 | 110011 |
Color Harmonies of #C93CBD
Complementary color
Monochromatic Colors of #C93CBD
Black with #C93CBD
Text Example
Text Example
White with #C93CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CBD; }
p { color: rgb(201,60,189); }
H1.HeaderClassName
{
color: #C93CBD;
}
.AnyTagClassName
{
color: #C93CBD;
}
</style>
background-color css
<style>
a { background-color: #C93CBD; }
a { background-color: rgb(201,60,189); }
div.DivClassName
{
background-color: #C93CBD;
}
.BgClassName
{
background-color: #C93CBD;
}
</style>
border-color css
<style>
span { border-color: #C93CBD; }
span { border-color: rgb(201,60,189); }
td.TdClassName
{
border-color: #C93CBD;
}
.TagClassName
{
border-color: #C93CBD;
}
</style>