Shades of Fuchsia #C73BCF
Tints of Fuchsia #C73BCF
RGB
CMYK
RGB Variations
Color information
#C73BCF (or 0xC73BCF) is known color: Fuchsia. HEX triplet: C7, 3B and CF. RGB value is (199,59,207). Sum of RGB (Red+Green+Blue) = 199+59+207=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C73BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BCF is #38C430. Grayscale: #757575. Windows color (decimal): -3720241 or 13581255. OLE color: 13581255.
HSL color Cylindrical-coordinate representation of color #C73BCF: hue angle of 296.76º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73BCF is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 59 | 207 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.19 |
| HSL | 296.76º | 0.61% | 0.52% | - |
| HSV(B) | 296.76º | 0.71% | 0.81% | - |
| XYZ | 36.38 | 19.78 | 60.93 | - |
| YUV | 117.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 207 | 0.04 | 0.71 | 0 | 0.19 | 296.76 | 0.61 | 0.52 |
| Hex | C7 | 3B | CF | 4 | 47 | 0 | 13 | 129 | 3D | 34 |
| Octal | 307 | 73 | 317 | 4 | 107 | 0 | 23 | 451 | 75 | 64 |
| Binary | 11000111 | 111011 | 11001111 | 100 | 1000111 | 0 | 10011 | 100101001 | 111101 | 110100 |
Color Harmonies of #C73BCF
Complementary color
Monochromatic Colors of #C73BCF
Black with #C73BCF
Text Example
Text Example
White with #C73BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73BCF; }
p { color: rgb(199,59,207); }
H1.HeaderClassName
{
color: #C73BCF;
}
.AnyTagClassName
{
color: #C73BCF;
}
</style>
background-color css
<style>
a { background-color: #C73BCF; }
a { background-color: rgb(199,59,207); }
div.DivClassName
{
background-color: #C73BCF;
}
.BgClassName
{
background-color: #C73BCF;
}
</style>
border-color css
<style>
span { border-color: #C73BCF; }
span { border-color: rgb(199,59,207); }
td.TdClassName
{
border-color: #C73BCF;
}
.TagClassName
{
border-color: #C73BCF;
}
</style>