Shades of Fuchsia #C73DCD
Tints of Fuchsia #C73DCD
RGB
CMYK
RGB Variations
Color information
#C73DCD (or 0xC73DCD) is known color: Fuchsia. HEX triplet: C7, 3D and CD. RGB value is (199,61,205). Sum of RGB (Red+Green+Blue) = 199+61+205=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C73DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DCD is #38C232. Grayscale: #767676. Windows color (decimal): -3719731 or 13450695. OLE color: 13450695.
HSL color Cylindrical-coordinate representation of color #C73DCD: hue angle of 297.5º degrees, saturation: 0.59, 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 #C73DCD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 61 | 205 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.20 |
| HSL | 297.5º | 0.59% | 0.52% | - |
| HSV(B) | 297.5º | 0.7% | 0.8% | - |
| XYZ | 36.24 | 19.89 | 59.69 | - |
| YUV | 118.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 205 | 0.03 | 0.70 | 0 | 0.20 | 297.5 | 0.59 | 0.52 |
| Hex | C7 | 3D | CD | 3 | 46 | 0 | 14 | 12A | 3B | 34 |
| Octal | 307 | 75 | 315 | 3 | 106 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11000111 | 111101 | 11001101 | 11 | 1000110 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C73DCD
Complementary color
Monochromatic Colors of #C73DCD
Black with #C73DCD
Text Example
Text Example
White with #C73DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DCD; }
p { color: rgb(199,61,205); }
H1.HeaderClassName
{
color: #C73DCD;
}
.AnyTagClassName
{
color: #C73DCD;
}
</style>
background-color css
<style>
a { background-color: #C73DCD; }
a { background-color: rgb(199,61,205); }
div.DivClassName
{
background-color: #C73DCD;
}
.BgClassName
{
background-color: #C73DCD;
}
</style>
border-color css
<style>
span { border-color: #C73DCD; }
span { border-color: rgb(199,61,205); }
td.TdClassName
{
border-color: #C73DCD;
}
.TagClassName
{
border-color: #C73DCD;
}
</style>