Shades of Fuchsia #C73DC1
Tints of Fuchsia #C73DC1
RGB
CMYK
RGB Variations
Color information
#C73DC1 (or 0xC73DC1) is known color: Fuchsia. HEX triplet: C7, 3D and C1. RGB value is (199,61,193). Sum of RGB (Red+Green+Blue) = 199+61+193=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DC1 is #38C23E. Grayscale: #747474. Windows color (decimal): -3719743 or 12664263. OLE color: 12664263.
HSL color Cylindrical-coordinate representation of color #C73DC1: hue angle of 302.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 193 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.22 |
| HSL | 302.61º | 0.55% | 0.51% | - |
| HSV(B) | 302.61º | 0.69% | 0.78% | - |
| XYZ | 34.85 | 19.33 | 52.35 | - |
| YUV | 117.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 193 | 0 | 0.69 | 0.03 | 0.22 | 302.61 | 0.55 | 0.51 |
| Hex | C7 | 3D | C1 | 0 | 45 | 3 | 16 | 12F | 37 | 33 |
| Octal | 307 | 75 | 301 | 0 | 105 | 3 | 26 | 457 | 67 | 63 |
| Binary | 11000111 | 111101 | 11000001 | 0 | 1000101 | 11 | 10110 | 100101111 | 110111 | 110011 |
Color Harmonies of #C73DC1
Complementary color
Monochromatic Colors of #C73DC1
Black with #C73DC1
Text Example
Text Example
White with #C73DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DC1; }
p { color: rgb(199,61,193); }
H1.HeaderClassName
{
color: #C73DC1;
}
.AnyTagClassName
{
color: #C73DC1;
}
</style>
background-color css
<style>
a { background-color: #C73DC1; }
a { background-color: rgb(199,61,193); }
div.DivClassName
{
background-color: #C73DC1;
}
.BgClassName
{
background-color: #C73DC1;
}
</style>
border-color css
<style>
span { border-color: #C73DC1; }
span { border-color: rgb(199,61,193); }
td.TdClassName
{
border-color: #C73DC1;
}
.TagClassName
{
border-color: #C73DC1;
}
</style>