Shades of Fuchsia #C852B2
Tints of Fuchsia #C852B2
RGB
CMYK
RGB Variations
Color information
#C852B2 (or 0xC852B2) is known color: Fuchsia. HEX triplet: C8, 52 and B2. RGB value is (200,82,178). Sum of RGB (Red+Green+Blue) = 200+82+178=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C852B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C852B2 is #37AD4D. Grayscale: #7F7F7F. Windows color (decimal): -3648846 or 11686600. OLE color: 11686600.
HSL color Cylindrical-coordinate representation of color #C852B2: hue angle of 311.19º 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 #C852B2 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 178 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.22 |
| HSL | 311.19º | 0.52% | 0.55% | - |
| HSV(B) | 311.19º | 0.59% | 0.78% | - |
| XYZ | 34.87 | 21.53 | 44.44 | - |
| YUV | 128.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 178 | 0 | 0.59 | 0.11 | 0.22 | 311.19 | 0.52 | 0.55 |
| Hex | C8 | 52 | B2 | 0 | 3B | B | 16 | 137 | 34 | 37 |
| Octal | 310 | 122 | 262 | 0 | 73 | 13 | 26 | 467 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10110010 | 0 | 111011 | 1011 | 10110 | 100110111 | 110100 | 110111 |
Color Harmonies of #C852B2
Complementary color
Monochromatic Colors of #C852B2
Black with #C852B2
Text Example
Text Example
White with #C852B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852B2; }
p { color: rgb(200,82,178); }
H1.HeaderClassName
{
color: #C852B2;
}
.AnyTagClassName
{
color: #C852B2;
}
</style>
background-color css
<style>
a { background-color: #C852B2; }
a { background-color: rgb(200,82,178); }
div.DivClassName
{
background-color: #C852B2;
}
.BgClassName
{
background-color: #C852B2;
}
</style>
border-color css
<style>
span { border-color: #C852B2; }
span { border-color: rgb(200,82,178); }
td.TdClassName
{
border-color: #C852B2;
}
.TagClassName
{
border-color: #C852B2;
}
</style>