Shades of Fuchsia #C852AD
Tints of Fuchsia #C852AD
RGB
CMYK
RGB Variations
Color information
#C852AD (or 0xC852AD) is known color: Fuchsia. HEX triplet: C8, 52 and AD. RGB value is (200,82,173). Sum of RGB (Red+Green+Blue) = 200+82+173=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C852AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852AD is #37AD52. Grayscale: #7F7F7F. Windows color (decimal): -3648851 or 11358920. OLE color: 11358920.
HSL color Cylindrical-coordinate representation of color #C852AD: hue angle of 313.73º 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 #C852AD is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 173 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.22 |
| HSL | 313.73º | 0.52% | 0.55% | - |
| HSV(B) | 313.73º | 0.59% | 0.78% | - |
| XYZ | 34.38 | 21.33 | 41.84 | - |
| YUV | 127.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 173 | 0 | 0.59 | 0.14 | 0.22 | 313.73 | 0.52 | 0.55 |
| Hex | C8 | 52 | AD | 0 | 3B | E | 16 | 13A | 34 | 37 |
| Octal | 310 | 122 | 255 | 0 | 73 | 16 | 26 | 472 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10101101 | 0 | 111011 | 1110 | 10110 | 100111010 | 110100 | 110111 |
Color Harmonies of #C852AD
Complementary color
Monochromatic Colors of #C852AD
Black with #C852AD
Text Example
Text Example
White with #C852AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852AD; }
p { color: rgb(200,82,173); }
H1.HeaderClassName
{
color: #C852AD;
}
.AnyTagClassName
{
color: #C852AD;
}
</style>
background-color css
<style>
a { background-color: #C852AD; }
a { background-color: rgb(200,82,173); }
div.DivClassName
{
background-color: #C852AD;
}
.BgClassName
{
background-color: #C852AD;
}
</style>
border-color css
<style>
span { border-color: #C852AD; }
span { border-color: rgb(200,82,173); }
td.TdClassName
{
border-color: #C852AD;
}
.TagClassName
{
border-color: #C852AD;
}
</style>