Shades of Fuchsia #C73CCD
Tints of Fuchsia #C73CCD
RGB
CMYK
RGB Variations
Color information
#C73CCD (or 0xC73CCD) is known color: Fuchsia. HEX triplet: C7, 3C and CD. RGB value is (199,60,205). Sum of RGB (Red+Green+Blue) = 199+60+205=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #C73CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CCD is #38C332. Grayscale: #757575. Windows color (decimal): -3719987 or 13450439. OLE color: 13450439.
HSL color Cylindrical-coordinate representation of color #C73CCD: hue angle of 297.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73CCD is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 60 | 205 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.20 |
| HSL | 297.52º | 0.59% | 0.52% | - |
| HSV(B) | 297.52º | 0.71% | 0.8% | - |
| XYZ | 36.19 | 19.78 | 59.67 | - |
| YUV | 118.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 205 | 0.03 | 0.71 | 0 | 0.20 | 297.52 | 0.59 | 0.52 |
| Hex | C7 | 3C | CD | 3 | 47 | 0 | 14 | 12A | 3B | 34 |
| Octal | 307 | 74 | 315 | 3 | 107 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11000111 | 111100 | 11001101 | 11 | 1000111 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C73CCD
Complementary color
Monochromatic Colors of #C73CCD
Black with #C73CCD
Text Example
Text Example
White with #C73CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CCD; }
p { color: rgb(199,60,205); }
H1.HeaderClassName
{
color: #C73CCD;
}
.AnyTagClassName
{
color: #C73CCD;
}
</style>
background-color css
<style>
a { background-color: #C73CCD; }
a { background-color: rgb(199,60,205); }
div.DivClassName
{
background-color: #C73CCD;
}
.BgClassName
{
background-color: #C73CCD;
}
</style>
border-color css
<style>
span { border-color: #C73CCD; }
span { border-color: rgb(199,60,205); }
td.TdClassName
{
border-color: #C73CCD;
}
.TagClassName
{
border-color: #C73CCD;
}
</style>