Shades of Fuchsia #C73BCC
Tints of Fuchsia #C73BCC
RGB
CMYK
RGB Variations
Color information
#C73BCC (or 0xC73BCC) is known color: Fuchsia. HEX triplet: C7, 3B and CC. RGB value is (199,59,204). Sum of RGB (Red+Green+Blue) = 199+59+204=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C73BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BCC is #38C433. Grayscale: #747474. Windows color (decimal): -3720244 or 13384647. OLE color: 13384647.
HSL color Cylindrical-coordinate representation of color #C73BCC: hue angle of 297.93º 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 #C73BCC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 59 | 204 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.2 |
| HSL | 297.93º | 0.59% | 0.52% | - |
| HSV(B) | 297.93º | 0.71% | 0.8% | - |
| XYZ | 36.02 | 19.63 | 59.02 | - |
| YUV | 117.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 204 | 0.02 | 0.71 | 0 | 0.2 | 297.93 | 0.59 | 0.52 |
| Hex | C7 | 3B | CC | 2 | 47 | 0 | 14 | 12A | 3B | 34 |
| Octal | 307 | 73 | 314 | 2 | 107 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11000111 | 111011 | 11001100 | 10 | 1000111 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C73BCC
Complementary color
Monochromatic Colors of #C73BCC
Black with #C73BCC
Text Example
Text Example
White with #C73BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BCC; }
p { color: rgb(199,59,204); }
H1.HeaderClassName
{
color: #C73BCC;
}
.AnyTagClassName
{
color: #C73BCC;
}
</style>
background-color css
<style>
a { background-color: #C73BCC; }
a { background-color: rgb(199,59,204); }
div.DivClassName
{
background-color: #C73BCC;
}
.BgClassName
{
background-color: #C73BCC;
}
</style>
border-color css
<style>
span { border-color: #C73BCC; }
span { border-color: rgb(199,59,204); }
td.TdClassName
{
border-color: #C73BCC;
}
.TagClassName
{
border-color: #C73BCC;
}
</style>