Shades of Fuchsia #C852BD
Tints of Fuchsia #C852BD
RGB
CMYK
RGB Variations
Color information
#C852BD (or 0xC852BD) is known color: Fuchsia. HEX triplet: C8, 52 and BD. RGB value is (200,82,189). Sum of RGB (Red+Green+Blue) = 200+82+189=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C852BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852BD is #37AD42. Grayscale: #818181. Windows color (decimal): -3648835 or 12407496. OLE color: 12407496.
HSL color Cylindrical-coordinate representation of color #C852BD: hue angle of 305.59º 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 #C852BD is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 189 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.22 |
| HSL | 305.59º | 0.52% | 0.55% | - |
| HSV(B) | 305.59º | 0.59% | 0.78% | - |
| XYZ | 36.02 | 21.99 | 50.49 | - |
| YUV | 129.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 189 | 0 | 0.59 | 0.06 | 0.22 | 305.59 | 0.52 | 0.55 |
| Hex | C8 | 52 | BD | 0 | 3B | 6 | 16 | 132 | 34 | 37 |
| Octal | 310 | 122 | 275 | 0 | 73 | 6 | 26 | 462 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10111101 | 0 | 111011 | 110 | 10110 | 100110010 | 110100 | 110111 |
Color Harmonies of #C852BD
Complementary color
Monochromatic Colors of #C852BD
Black with #C852BD
Text Example
Text Example
White with #C852BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852BD; }
p { color: rgb(200,82,189); }
H1.HeaderClassName
{
color: #C852BD;
}
.AnyTagClassName
{
color: #C852BD;
}
</style>
background-color css
<style>
a { background-color: #C852BD; }
a { background-color: rgb(200,82,189); }
div.DivClassName
{
background-color: #C852BD;
}
.BgClassName
{
background-color: #C852BD;
}
</style>
border-color css
<style>
span { border-color: #C852BD; }
span { border-color: rgb(200,82,189); }
td.TdClassName
{
border-color: #C852BD;
}
.TagClassName
{
border-color: #C852BD;
}
</style>