Shades of Fuchsia #C852CD
Tints of Fuchsia #C852CD
RGB
CMYK
RGB Variations
Color information
#C852CD (or 0xC852CD) is known color: Fuchsia. HEX triplet: C8, 52 and CD. RGB value is (200,82,205). Sum of RGB (Red+Green+Blue) = 200+82+205=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #C852CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CD is #37AD32. Grayscale: #828282. Windows color (decimal): -3648819 or 13456072. OLE color: 13456072.
HSL color Cylindrical-coordinate representation of color #C852CD: hue angle of 297.56º degrees, saturation: 0.55, 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 #C852CD is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 82 | 205 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.20 |
| HSL | 297.56º | 0.55% | 0.56% | - |
| HSV(B) | 297.56º | 0.6% | 0.8% | - |
| XYZ | 37.86 | 22.72 | 60.15 | - |
| YUV | 131.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 205 | 0.02 | 0.6 | 0 | 0.20 | 297.56 | 0.55 | 0.56 |
| Hex | C8 | 52 | CD | 2 | 3C | 0 | 14 | 12A | 37 | 38 |
| Octal | 310 | 122 | 315 | 2 | 74 | 0 | 24 | 452 | 67 | 70 |
| Binary | 11001000 | 1010010 | 11001101 | 10 | 111100 | 0 | 10100 | 100101010 | 110111 | 111000 |
Color Harmonies of #C852CD
Complementary color
Monochromatic Colors of #C852CD
Black with #C852CD
Text Example
Text Example
White with #C852CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852CD; }
p { color: rgb(200,82,205); }
H1.HeaderClassName
{
color: #C852CD;
}
.AnyTagClassName
{
color: #C852CD;
}
</style>
background-color css
<style>
a { background-color: #C852CD; }
a { background-color: rgb(200,82,205); }
div.DivClassName
{
background-color: #C852CD;
}
.BgClassName
{
background-color: #C852CD;
}
</style>
border-color css
<style>
span { border-color: #C852CD; }
span { border-color: rgb(200,82,205); }
td.TdClassName
{
border-color: #C852CD;
}
.TagClassName
{
border-color: #C852CD;
}
</style>