Shades of Fuchsia #C73DB3
Tints of Fuchsia #C73DB3
RGB
CMYK
RGB Variations
Color information
#C73DB3 (or 0xC73DB3) is known color: Fuchsia. HEX triplet: C7, 3D and B3. RGB value is (199,61,179). Sum of RGB (Red+Green+Blue) = 199+61+179=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DB3 is #38C24C. Grayscale: #737373. Windows color (decimal): -3719757 or 11746759. OLE color: 11746759.
HSL color Cylindrical-coordinate representation of color #C73DB3: hue angle of 308.7º 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 #C73DB3 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 179 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.22 |
| HSL | 308.7º | 0.55% | 0.51% | - |
| HSV(B) | 308.7º | 0.69% | 0.78% | - |
| XYZ | 33.36 | 18.73 | 44.51 | - |
| YUV | 115.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 179 | 0 | 0.69 | 0.10 | 0.22 | 308.7 | 0.55 | 0.51 |
| Hex | C7 | 3D | B3 | 0 | 45 | A | 16 | 135 | 37 | 33 |
| Octal | 307 | 75 | 263 | 0 | 105 | 12 | 26 | 465 | 67 | 63 |
| Binary | 11000111 | 111101 | 10110011 | 0 | 1000101 | 1010 | 10110 | 100110101 | 110111 | 110011 |
Color Harmonies of #C73DB3
Complementary color
Monochromatic Colors of #C73DB3
Black with #C73DB3
Text Example
Text Example
White with #C73DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DB3; }
p { color: rgb(199,61,179); }
H1.HeaderClassName
{
color: #C73DB3;
}
.AnyTagClassName
{
color: #C73DB3;
}
</style>
background-color css
<style>
a { background-color: #C73DB3; }
a { background-color: rgb(199,61,179); }
div.DivClassName
{
background-color: #C73DB3;
}
.BgClassName
{
background-color: #C73DB3;
}
</style>
border-color css
<style>
span { border-color: #C73DB3; }
span { border-color: rgb(199,61,179); }
td.TdClassName
{
border-color: #C73DB3;
}
.TagClassName
{
border-color: #C73DB3;
}
</style>