Shades of Fuchsia #C852BB
Tints of Fuchsia #C852BB
RGB
CMYK
RGB Variations
Color information
#C852BB (or 0xC852BB) is known color: Fuchsia. HEX triplet: C8, 52 and BB. RGB value is (200,82,187). Sum of RGB (Red+Green+Blue) = 200+82+187=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BB is #37AD44. Grayscale: #808080. Windows color (decimal): -3648837 or 12276424. OLE color: 12276424.
HSL color Cylindrical-coordinate representation of color #C852BB: hue angle of 306.61º 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 #C852BB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 187 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.22 |
| HSL | 306.61º | 0.52% | 0.55% | - |
| HSV(B) | 306.61º | 0.59% | 0.78% | - |
| XYZ | 35.81 | 21.9 | 49.35 | - |
| YUV | 129.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 187 | 0 | 0.59 | 0.06 | 0.22 | 306.61 | 0.52 | 0.55 |
| Hex | C8 | 52 | BB | 0 | 3B | 6 | 16 | 133 | 34 | 37 |
| Octal | 310 | 122 | 273 | 0 | 73 | 6 | 26 | 463 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10111011 | 0 | 111011 | 110 | 10110 | 100110011 | 110100 | 110111 |
Color Harmonies of #C852BB
Complementary color
Monochromatic Colors of #C852BB
Black with #C852BB
Text Example
Text Example
White with #C852BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852BB; }
p { color: rgb(200,82,187); }
H1.HeaderClassName
{
color: #C852BB;
}
.AnyTagClassName
{
color: #C852BB;
}
</style>
background-color css
<style>
a { background-color: #C852BB; }
a { background-color: rgb(200,82,187); }
div.DivClassName
{
background-color: #C852BB;
}
.BgClassName
{
background-color: #C852BB;
}
</style>
border-color css
<style>
span { border-color: #C852BB; }
span { border-color: rgb(200,82,187); }
td.TdClassName
{
border-color: #C852BB;
}
.TagClassName
{
border-color: #C852BB;
}
</style>