Shades of Fuchsia #C73DB8
Tints of Fuchsia #C73DB8
RGB
CMYK
RGB Variations
Color information
#C73DB8 (or 0xC73DB8) is known color: Fuchsia. HEX triplet: C7, 3D and B8. RGB value is (199,61,184). Sum of RGB (Red+Green+Blue) = 199+61+184=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 184 (72.27% from 255 or 41.44% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DB8 is #38C247. Grayscale: #737373. Windows color (decimal): -3719752 or 12074439. OLE color: 12074439.
HSL color Cylindrical-coordinate representation of color #C73DB8: hue angle of 306.52º 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 #C73DB8 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 184 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.22 |
| HSL | 306.52º | 0.55% | 0.51% | - |
| HSV(B) | 306.52º | 0.69% | 0.78% | - |
| XYZ | 33.87 | 18.94 | 47.22 | - |
| YUV | 116.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 184 | 0 | 0.69 | 0.08 | 0.22 | 306.52 | 0.55 | 0.51 |
| Hex | C7 | 3D | B8 | 0 | 45 | 8 | 16 | 133 | 37 | 33 |
| Octal | 307 | 75 | 270 | 0 | 105 | 10 | 26 | 463 | 67 | 63 |
| Binary | 11000111 | 111101 | 10111000 | 0 | 1000101 | 1000 | 10110 | 100110011 | 110111 | 110011 |
Color Harmonies of #C73DB8
Complementary color
Monochromatic Colors of #C73DB8
Black with #C73DB8
Text Example
Text Example
White with #C73DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DB8; }
p { color: rgb(199,61,184); }
H1.HeaderClassName
{
color: #C73DB8;
}
.AnyTagClassName
{
color: #C73DB8;
}
</style>
background-color css
<style>
a { background-color: #C73DB8; }
a { background-color: rgb(199,61,184); }
div.DivClassName
{
background-color: #C73DB8;
}
.BgClassName
{
background-color: #C73DB8;
}
</style>
border-color css
<style>
span { border-color: #C73DB8; }
span { border-color: rgb(199,61,184); }
td.TdClassName
{
border-color: #C73DB8;
}
.TagClassName
{
border-color: #C73DB8;
}
</style>