Shades of Fuchsia #C852BE
Tints of Fuchsia #C852BE
RGB
CMYK
RGB Variations
Color information
#C852BE (or 0xC852BE) is known color: Fuchsia. HEX triplet: C8, 52 and BE. RGB value is (200,82,190). Sum of RGB (Red+Green+Blue) = 200+82+190=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BE is #37AD41. Grayscale: #818181. Windows color (decimal): -3648834 or 12473032. OLE color: 12473032.
HSL color Cylindrical-coordinate representation of color #C852BE: hue angle of 305.08º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C852BE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 190 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.22 |
| HSL | 305.08º | 0.52% | 0.55% | - |
| HSV(B) | 305.08º | 0.59% | 0.78% | - |
| XYZ | 36.13 | 22.03 | 51.06 | - |
| YUV | 129.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 190 | 0 | 0.59 | 0.05 | 0.22 | 305.08 | 0.52 | 0.55 |
| Hex | C8 | 52 | BE | 0 | 3B | 5 | 16 | 131 | 34 | 37 |
| Octal | 310 | 122 | 276 | 0 | 73 | 5 | 26 | 461 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10111110 | 0 | 111011 | 101 | 10110 | 100110001 | 110100 | 110111 |
Color Harmonies of #C852BE
Complementary color
Monochromatic Colors of #C852BE
Black with #C852BE
Text Example
Text Example
White with #C852BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852BE; }
p { color: rgb(200,82,190); }
H1.HeaderClassName
{
color: #C852BE;
}
.AnyTagClassName
{
color: #C852BE;
}
</style>
background-color css
<style>
a { background-color: #C852BE; }
a { background-color: rgb(200,82,190); }
div.DivClassName
{
background-color: #C852BE;
}
.BgClassName
{
background-color: #C852BE;
}
</style>
border-color css
<style>
span { border-color: #C852BE; }
span { border-color: rgb(200,82,190); }
td.TdClassName
{
border-color: #C852BE;
}
.TagClassName
{
border-color: #C852BE;
}
</style>