Shades of Fuchsia #C852CA
Tints of Fuchsia #C852CA
RGB
CMYK
RGB Variations
Color information
#C852CA (or 0xC852CA) is known color: Fuchsia. HEX triplet: C8, 52 and CA. RGB value is (200,82,202). Sum of RGB (Red+Green+Blue) = 200+82+202=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #C852CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852CA is #37AD35. Grayscale: #828282. Windows color (decimal): -3648822 or 13259464. OLE color: 13259464.
HSL color Cylindrical-coordinate representation of color #C852CA: hue angle of 299º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C852CA is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 82 | 202 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.21 |
| HSL | 299º | 0.53% | 0.56% | - |
| HSV(B) | 299º | 0.59% | 0.79% | - |
| XYZ | 37.5 | 22.58 | 58.26 | - |
| YUV | 130.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 202 | 0.01 | 0.59 | 0 | 0.21 | 299 | 0.53 | 0.56 |
| Hex | C8 | 52 | CA | 1 | 3B | 0 | 15 | 12B | 35 | 38 |
| Octal | 310 | 122 | 312 | 1 | 73 | 0 | 25 | 453 | 65 | 70 |
| Binary | 11001000 | 1010010 | 11001010 | 1 | 111011 | 0 | 10101 | 100101011 | 110101 | 111000 |
Color Harmonies of #C852CA
Complementary color
Monochromatic Colors of #C852CA
Black with #C852CA
Text Example
Text Example
White with #C852CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852CA; }
p { color: rgb(200,82,202); }
H1.HeaderClassName
{
color: #C852CA;
}
.AnyTagClassName
{
color: #C852CA;
}
</style>
background-color css
<style>
a { background-color: #C852CA; }
a { background-color: rgb(200,82,202); }
div.DivClassName
{
background-color: #C852CA;
}
.BgClassName
{
background-color: #C852CA;
}
</style>
border-color css
<style>
span { border-color: #C852CA; }
span { border-color: rgb(200,82,202); }
td.TdClassName
{
border-color: #C852CA;
}
.TagClassName
{
border-color: #C852CA;
}
</style>