Shades of Fuchsia #C052BF
Tints of Fuchsia #C052BF
RGB
CMYK
RGB Variations
Color information
#C052BF (or 0xC052BF) is known color: Fuchsia. HEX triplet: C0, 52 and BF. RGB value is (192,82,191). Sum of RGB (Red+Green+Blue) = 192+82+191=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C052BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C052BF is #3FAD40. Grayscale: #7E7E7E. Windows color (decimal): -4173121 or 12538560. OLE color: 12538560.
HSL color Cylindrical-coordinate representation of color #C052BF: hue angle of 300.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C052BF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 191 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.25 |
| HSL | 300.55º | 0.47% | 0.54% | - |
| HSV(B) | 300.55º | 0.57% | 0.75% | - |
| XYZ | 34.16 | 21 | 51.54 | - |
| YUV | 127.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 191 | 0 | 0.57 | 0.01 | 0.25 | 300.55 | 0.47 | 0.54 |
| Hex | C0 | 52 | BF | 0 | 39 | 1 | 19 | 12D | 2F | 36 |
| Octal | 300 | 122 | 277 | 0 | 71 | 1 | 31 | 455 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10111111 | 0 | 111001 | 1 | 11001 | 100101101 | 101111 | 110110 |
Color Harmonies of #C052BF
Complementary color
Monochromatic Colors of #C052BF
Black with #C052BF
Text Example
Text Example
White with #C052BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C052BF; }
p { color: rgb(192,82,191); }
H1.HeaderClassName
{
color: #C052BF;
}
.AnyTagClassName
{
color: #C052BF;
}
</style>
background-color css
<style>
a { background-color: #C052BF; }
a { background-color: rgb(192,82,191); }
div.DivClassName
{
background-color: #C052BF;
}
.BgClassName
{
background-color: #C052BF;
}
</style>
border-color css
<style>
span { border-color: #C052BF; }
span { border-color: rgb(192,82,191); }
td.TdClassName
{
border-color: #C052BF;
}
.TagClassName
{
border-color: #C052BF;
}
</style>