Shades of Fuchsia #C852C6
Tints of Fuchsia #C852C6
RGB
CMYK
RGB Variations
Color information
#C852C6 (or 0xC852C6) is known color: Fuchsia. HEX triplet: C8, 52 and C6. RGB value is (200,82,198). Sum of RGB (Red+Green+Blue) = 200+82+198=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C852C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852C6 is #37AD39. Grayscale: #828282. Windows color (decimal): -3648826 or 12997320. OLE color: 12997320.
HSL color Cylindrical-coordinate representation of color #C852C6: hue angle of 301.02º 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 #C852C6 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 198 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.22 |
| HSL | 301.02º | 0.52% | 0.55% | - |
| HSV(B) | 301.02º | 0.59% | 0.78% | - |
| XYZ | 37.03 | 22.39 | 55.8 | - |
| YUV | 130.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 198 | 0 | 0.59 | 0.01 | 0.22 | 301.02 | 0.52 | 0.55 |
| Hex | C8 | 52 | C6 | 0 | 3B | 1 | 16 | 12D | 34 | 37 |
| Octal | 310 | 122 | 306 | 0 | 73 | 1 | 26 | 455 | 64 | 67 |
| Binary | 11001000 | 1010010 | 11000110 | 0 | 111011 | 1 | 10110 | 100101101 | 110100 | 110111 |
Color Harmonies of #C852C6
Complementary color
Monochromatic Colors of #C852C6
Black with #C852C6
Text Example
Text Example
White with #C852C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852C6; }
p { color: rgb(200,82,198); }
H1.HeaderClassName
{
color: #C852C6;
}
.AnyTagClassName
{
color: #C852C6;
}
</style>
background-color css
<style>
a { background-color: #C852C6; }
a { background-color: rgb(200,82,198); }
div.DivClassName
{
background-color: #C852C6;
}
.BgClassName
{
background-color: #C852C6;
}
</style>
border-color css
<style>
span { border-color: #C852C6; }
span { border-color: rgb(200,82,198); }
td.TdClassName
{
border-color: #C852C6;
}
.TagClassName
{
border-color: #C852C6;
}
</style>