Shades of Fuchsia #C73DD1
Tints of Fuchsia #C73DD1
RGB
CMYK
RGB Variations
Color information
#C73DD1 (or 0xC73DD1) is known color: Fuchsia. HEX triplet: C7, 3D and D1. RGB value is (199,61,209). Sum of RGB (Red+Green+Blue) = 199+61+209=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #C73DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DD1 is #38C22E. Grayscale: #767676. Windows color (decimal): -3719727 or 13712839. OLE color: 13712839.
HSL color Cylindrical-coordinate representation of color #C73DD1: hue angle of 295.95º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73DD1 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 61 | 209 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.18 |
| HSL | 295.95º | 0.62% | 0.53% | - |
| HSV(B) | 295.95º | 0.71% | 0.82% | - |
| XYZ | 36.73 | 20.08 | 62.26 | - |
| YUV | 119.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 209 | 0.05 | 0.71 | 0 | 0.18 | 295.95 | 0.62 | 0.53 |
| Hex | C7 | 3D | D1 | 5 | 47 | 0 | 12 | 128 | 3E | 35 |
| Octal | 307 | 75 | 321 | 5 | 107 | 0 | 22 | 450 | 76 | 65 |
| Binary | 11000111 | 111101 | 11010001 | 101 | 1000111 | 0 | 10010 | 100101000 | 111110 | 110101 |
Color Harmonies of #C73DD1
Complementary color
Monochromatic Colors of #C73DD1
Black with #C73DD1
Text Example
Text Example
White with #C73DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DD1; }
p { color: rgb(199,61,209); }
H1.HeaderClassName
{
color: #C73DD1;
}
.AnyTagClassName
{
color: #C73DD1;
}
</style>
background-color css
<style>
a { background-color: #C73DD1; }
a { background-color: rgb(199,61,209); }
div.DivClassName
{
background-color: #C73DD1;
}
.BgClassName
{
background-color: #C73DD1;
}
</style>
border-color css
<style>
span { border-color: #C73DD1; }
span { border-color: rgb(199,61,209); }
td.TdClassName
{
border-color: #C73DD1;
}
.TagClassName
{
border-color: #C73DD1;
}
</style>