Shades of Fuchsia #C852C1
Tints of Fuchsia #C852C1
RGB
CMYK
RGB Variations
Color information
#C852C1 (or 0xC852C1) is known color: Fuchsia. HEX triplet: C8, 52 and C1. RGB value is (200,82,193). Sum of RGB (Red+Green+Blue) = 200+82+193=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C1 is #37AD3E. Grayscale: #818181. Windows color (decimal): -3648831 or 12669640. OLE color: 12669640.
HSL color Cylindrical-coordinate representation of color #C852C1: hue angle of 303.56º 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 #C852C1 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 193 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.22 |
| HSL | 303.56º | 0.52% | 0.55% | - |
| HSV(B) | 303.56º | 0.59% | 0.78% | - |
| XYZ | 36.46 | 22.16 | 52.81 | - |
| YUV | 129.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 193 | 0 | 0.59 | 0.04 | 0.22 | 303.56 | 0.52 | 0.55 |
| Hex | C8 | 52 | C1 | 0 | 3B | 4 | 16 | 130 | 34 | 37 |
| Octal | 310 | 122 | 301 | 0 | 73 | 4 | 26 | 460 | 64 | 67 |
| Binary | 11001000 | 1010010 | 11000001 | 0 | 111011 | 100 | 10110 | 100110000 | 110100 | 110111 |
Color Harmonies of #C852C1
Complementary color
Monochromatic Colors of #C852C1
Black with #C852C1
Text Example
Text Example
White with #C852C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852C1; }
p { color: rgb(200,82,193); }
H1.HeaderClassName
{
color: #C852C1;
}
.AnyTagClassName
{
color: #C852C1;
}
</style>
background-color css
<style>
a { background-color: #C852C1; }
a { background-color: rgb(200,82,193); }
div.DivClassName
{
background-color: #C852C1;
}
.BgClassName
{
background-color: #C852C1;
}
</style>
border-color css
<style>
span { border-color: #C852C1; }
span { border-color: rgb(200,82,193); }
td.TdClassName
{
border-color: #C852C1;
}
.TagClassName
{
border-color: #C852C1;
}
</style>