Shades of Fuchsia #C73DBB
Tints of Fuchsia #C73DBB
RGB
CMYK
RGB Variations
Color information
#C73DBB (or 0xC73DBB) is known color: Fuchsia. HEX triplet: C7, 3D and BB. RGB value is (199,61,187). Sum of RGB (Red+Green+Blue) = 199+61+187=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DBB is #38C244. Grayscale: #747474. Windows color (decimal): -3719749 or 12271047. OLE color: 12271047.
HSL color Cylindrical-coordinate representation of color #C73DBB: hue angle of 305.22º 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 #C73DBB is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 187 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.22 |
| HSL | 305.22º | 0.55% | 0.51% | - |
| HSV(B) | 305.22º | 0.69% | 0.78% | - |
| XYZ | 34.19 | 19.07 | 48.89 | - |
| YUV | 116.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 187 | 0 | 0.69 | 0.06 | 0.22 | 305.22 | 0.55 | 0.51 |
| Hex | C7 | 3D | BB | 0 | 45 | 6 | 16 | 131 | 37 | 33 |
| Octal | 307 | 75 | 273 | 0 | 105 | 6 | 26 | 461 | 67 | 63 |
| Binary | 11000111 | 111101 | 10111011 | 0 | 1000101 | 110 | 10110 | 100110001 | 110111 | 110011 |
Color Harmonies of #C73DBB
Complementary color
Monochromatic Colors of #C73DBB
Black with #C73DBB
Text Example
Text Example
White with #C73DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DBB; }
p { color: rgb(199,61,187); }
H1.HeaderClassName
{
color: #C73DBB;
}
.AnyTagClassName
{
color: #C73DBB;
}
</style>
background-color css
<style>
a { background-color: #C73DBB; }
a { background-color: rgb(199,61,187); }
div.DivClassName
{
background-color: #C73DBB;
}
.BgClassName
{
background-color: #C73DBB;
}
</style>
border-color css
<style>
span { border-color: #C73DBB; }
span { border-color: rgb(199,61,187); }
td.TdClassName
{
border-color: #C73DBB;
}
.TagClassName
{
border-color: #C73DBB;
}
</style>