Shades of Fuchsia #C852B5
Tints of Fuchsia #C852B5
RGB
CMYK
RGB Variations
Color information
#C852B5 (or 0xC852B5) is known color: Fuchsia. HEX triplet: C8, 52 and B5. RGB value is (200,82,181). Sum of RGB (Red+Green+Blue) = 200+82+181=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C852B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852B5 is #37AD4A. Grayscale: #808080. Windows color (decimal): -3648843 or 11883208. OLE color: 11883208.
HSL color Cylindrical-coordinate representation of color #C852B5: hue angle of 309.66º 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 #C852B5 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 181 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.22 |
| HSL | 309.66º | 0.52% | 0.55% | - |
| HSV(B) | 309.66º | 0.59% | 0.78% | - |
| XYZ | 35.18 | 21.65 | 46.04 | - |
| YUV | 128.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 181 | 0 | 0.59 | 0.09 | 0.22 | 309.66 | 0.52 | 0.55 |
| Hex | C8 | 52 | B5 | 0 | 3B | 9 | 16 | 136 | 34 | 37 |
| Octal | 310 | 122 | 265 | 0 | 73 | 11 | 26 | 466 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10110101 | 0 | 111011 | 1001 | 10110 | 100110110 | 110100 | 110111 |
Color Harmonies of #C852B5
Complementary color
Monochromatic Colors of #C852B5
Black with #C852B5
Text Example
Text Example
White with #C852B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852B5; }
p { color: rgb(200,82,181); }
H1.HeaderClassName
{
color: #C852B5;
}
.AnyTagClassName
{
color: #C852B5;
}
</style>
background-color css
<style>
a { background-color: #C852B5; }
a { background-color: rgb(200,82,181); }
div.DivClassName
{
background-color: #C852B5;
}
.BgClassName
{
background-color: #C852B5;
}
</style>
border-color css
<style>
span { border-color: #C852B5; }
span { border-color: rgb(200,82,181); }
td.TdClassName
{
border-color: #C852B5;
}
.TagClassName
{
border-color: #C852B5;
}
</style>