Shades of Fuchsia #C73DCC
Tints of Fuchsia #C73DCC
RGB
CMYK
RGB Variations
Color information
#C73DCC (or 0xC73DCC) is known color: Fuchsia. HEX triplet: C7, 3D and CC. RGB value is (199,61,204). Sum of RGB (Red+Green+Blue) = 199+61+204=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #C73DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DCC is #38C233. Grayscale: #767676. Windows color (decimal): -3719732 or 13385159. OLE color: 13385159.
HSL color Cylindrical-coordinate representation of color #C73DCC: hue angle of 297.9º 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 #C73DCC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 61 | 204 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.2 |
| HSL | 297.9º | 0.58% | 0.52% | - |
| HSV(B) | 297.9º | 0.7% | 0.8% | - |
| XYZ | 36.12 | 19.84 | 59.05 | - |
| YUV | 118.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 204 | 0.02 | 0.70 | 0 | 0.2 | 297.9 | 0.58 | 0.52 |
| Hex | C7 | 3D | CC | 2 | 46 | 0 | 14 | 12A | 3A | 34 |
| Octal | 307 | 75 | 314 | 2 | 106 | 0 | 24 | 452 | 72 | 64 |
| Binary | 11000111 | 111101 | 11001100 | 10 | 1000110 | 0 | 10100 | 100101010 | 111010 | 110100 |
Color Harmonies of #C73DCC
Complementary color
Monochromatic Colors of #C73DCC
Black with #C73DCC
Text Example
Text Example
White with #C73DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DCC; }
p { color: rgb(199,61,204); }
H1.HeaderClassName
{
color: #C73DCC;
}
.AnyTagClassName
{
color: #C73DCC;
}
</style>
background-color css
<style>
a { background-color: #C73DCC; }
a { background-color: rgb(199,61,204); }
div.DivClassName
{
background-color: #C73DCC;
}
.BgClassName
{
background-color: #C73DCC;
}
</style>
border-color css
<style>
span { border-color: #C73DCC; }
span { border-color: rgb(199,61,204); }
td.TdClassName
{
border-color: #C73DCC;
}
.TagClassName
{
border-color: #C73DCC;
}
</style>