Shades of Fuchsia #C73DB2
Tints of Fuchsia #C73DB2
RGB
CMYK
RGB Variations
Color information
#C73DB2 (or 0xC73DB2) is known color: Fuchsia. HEX triplet: C7, 3D and B2. RGB value is (199,61,178). Sum of RGB (Red+Green+Blue) = 199+61+178=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DB2 is #38C24D. Grayscale: #737373. Windows color (decimal): -3719758 or 11681223. OLE color: 11681223.
HSL color Cylindrical-coordinate representation of color #C73DB2: hue angle of 309.13º 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 #C73DB2 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 178 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.22 |
| HSL | 309.13º | 0.55% | 0.51% | - |
| HSV(B) | 309.13º | 0.69% | 0.78% | - |
| XYZ | 33.26 | 18.69 | 43.97 | - |
| YUV | 115.6 | 163.22 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 178 | 0 | 0.69 | 0.11 | 0.22 | 309.13 | 0.55 | 0.51 |
| Hex | C7 | 3D | B2 | 0 | 45 | B | 16 | 135 | 37 | 33 |
| Octal | 307 | 75 | 262 | 0 | 105 | 13 | 26 | 465 | 67 | 63 |
| Binary | 11000111 | 111101 | 10110010 | 0 | 1000101 | 1011 | 10110 | 100110101 | 110111 | 110011 |
Color Harmonies of #C73DB2
Complementary color
Monochromatic Colors of #C73DB2
Black with #C73DB2
Text Example
Text Example
White with #C73DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DB2; }
p { color: rgb(199,61,178); }
H1.HeaderClassName
{
color: #C73DB2;
}
.AnyTagClassName
{
color: #C73DB2;
}
</style>
background-color css
<style>
a { background-color: #C73DB2; }
a { background-color: rgb(199,61,178); }
div.DivClassName
{
background-color: #C73DB2;
}
.BgClassName
{
background-color: #C73DB2;
}
</style>
border-color css
<style>
span { border-color: #C73DB2; }
span { border-color: rgb(199,61,178); }
td.TdClassName
{
border-color: #C73DB2;
}
.TagClassName
{
border-color: #C73DB2;
}
</style>