Shades of Fuchsia #C852CB
Tints of Fuchsia #C852CB
RGB
CMYK
RGB Variations
Color information
#C852CB (or 0xC852CB) is known color: Fuchsia. HEX triplet: C8, 52 and CB. RGB value is (200,82,203). Sum of RGB (Red+Green+Blue) = 200+82+203=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C852CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CB is #37AD34. Grayscale: #828282. Windows color (decimal): -3648821 or 13325000. OLE color: 13325000.
HSL color Cylindrical-coordinate representation of color #C852CB: hue angle of 298.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C852CB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 82 | 203 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.20 |
| HSL | 298.51º | 0.54% | 0.56% | - |
| HSV(B) | 298.51º | 0.6% | 0.8% | - |
| XYZ | 37.62 | 22.63 | 58.88 | - |
| YUV | 131.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 203 | 0.01 | 0.60 | 0 | 0.20 | 298.51 | 0.54 | 0.56 |
| Hex | C8 | 52 | CB | 1 | 3C | 0 | 14 | 12B | 36 | 38 |
| Octal | 310 | 122 | 313 | 1 | 74 | 0 | 24 | 453 | 66 | 70 |
| Binary | 11001000 | 1010010 | 11001011 | 1 | 111100 | 0 | 10100 | 100101011 | 110110 | 111000 |
Color Harmonies of #C852CB
Complementary color
Monochromatic Colors of #C852CB
Black with #C852CB
Text Example
Text Example
White with #C852CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852CB; }
p { color: rgb(200,82,203); }
H1.HeaderClassName
{
color: #C852CB;
}
.AnyTagClassName
{
color: #C852CB;
}
</style>
background-color css
<style>
a { background-color: #C852CB; }
a { background-color: rgb(200,82,203); }
div.DivClassName
{
background-color: #C852CB;
}
.BgClassName
{
background-color: #C852CB;
}
</style>
border-color css
<style>
span { border-color: #C852CB; }
span { border-color: rgb(200,82,203); }
td.TdClassName
{
border-color: #C852CB;
}
.TagClassName
{
border-color: #C852CB;
}
</style>