Shades of Fuchsia #C072BC
Tints of Fuchsia #C072BC
RGB
CMYK
RGB Variations
Color information
#C072BC (or 0xC072BC) is known color: Fuchsia. HEX triplet: C0, 72 and BC. RGB value is (192,114,188). Sum of RGB (Red+Green+Blue) = 192+114+188=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C072BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072BC is #3F8D43. Grayscale: #919191. Windows color (decimal): -4164932 or 12350144. OLE color: 12350144.
HSL color Cylindrical-coordinate representation of color #C072BC: hue angle of 303.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C072BC is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 188 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.25 |
| HSL | 303.08º | 0.38% | 0.6% | - |
| HSV(B) | 303.08º | 0.41% | 0.75% | - |
| XYZ | 36.83 | 26.87 | 50.82 | - |
| YUV | 145.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 188 | 0 | 0.41 | 0.02 | 0.25 | 303.08 | 0.38 | 0.6 |
| Hex | C0 | 72 | BC | 0 | 29 | 2 | 19 | 12F | 26 | 3C |
| Octal | 300 | 162 | 274 | 0 | 51 | 2 | 31 | 457 | 46 | 74 |
| Binary | 11000000 | 1110010 | 10111100 | 0 | 101001 | 10 | 11001 | 100101111 | 100110 | 111100 |
Color Harmonies of #C072BC
Complementary color
Monochromatic Colors of #C072BC
Black with #C072BC
Text Example
Text Example
White with #C072BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072BC; }
p { color: rgb(192,114,188); }
H1.HeaderClassName
{
color: #C072BC;
}
.AnyTagClassName
{
color: #C072BC;
}
</style>
background-color css
<style>
a { background-color: #C072BC; }
a { background-color: rgb(192,114,188); }
div.DivClassName
{
background-color: #C072BC;
}
.BgClassName
{
background-color: #C072BC;
}
</style>
border-color css
<style>
span { border-color: #C072BC; }
span { border-color: rgb(192,114,188); }
td.TdClassName
{
border-color: #C072BC;
}
.TagClassName
{
border-color: #C072BC;
}
</style>