Shades of Fuchsia #C93DAF
Tints of Fuchsia #C93DAF
RGB
CMYK
RGB Variations
Color information
#C93DAF (or 0xC93DAF) is known color: Fuchsia. HEX triplet: C9, 3D and AF. RGB value is (201,61,175). Sum of RGB (Red+Green+Blue) = 201+61+175=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DAF is #36C250. Grayscale: #737373. Windows color (decimal): -3588689 or 11484617. OLE color: 11484617.
HSL color Cylindrical-coordinate representation of color #C93DAF: hue angle of 311.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 #C93DAF is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 175 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.21 |
| HSL | 311.14º | 0.56% | 0.51% | - |
| HSV(B) | 311.14º | 0.7% | 0.79% | - |
| XYZ | 33.49 | 18.85 | 42.43 | - |
| YUV | 115.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 175 | 0 | 0.70 | 0.13 | 0.21 | 311.14 | 0.56 | 0.51 |
| Hex | C9 | 3D | AF | 0 | 46 | D | 15 | 137 | 38 | 33 |
| Octal | 311 | 75 | 257 | 0 | 106 | 15 | 25 | 467 | 70 | 63 |
| Binary | 11001001 | 111101 | 10101111 | 0 | 1000110 | 1101 | 10101 | 100110111 | 111000 | 110011 |
Color Harmonies of #C93DAF
Complementary color
Monochromatic Colors of #C93DAF
Black with #C93DAF
Text Example
Text Example
White with #C93DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DAF; }
p { color: rgb(201,61,175); }
H1.HeaderClassName
{
color: #C93DAF;
}
.AnyTagClassName
{
color: #C93DAF;
}
</style>
background-color css
<style>
a { background-color: #C93DAF; }
a { background-color: rgb(201,61,175); }
div.DivClassName
{
background-color: #C93DAF;
}
.BgClassName
{
background-color: #C93DAF;
}
</style>
border-color css
<style>
span { border-color: #C93DAF; }
span { border-color: rgb(201,61,175); }
td.TdClassName
{
border-color: #C93DAF;
}
.TagClassName
{
border-color: #C93DAF;
}
</style>