Shades of Fuchsia #C851CA
Tints of Fuchsia #C851CA
RGB
CMYK
RGB Variations
Color information
#C851CA (or 0xC851CA) is known color: Fuchsia. HEX triplet: C8, 51 and CA. RGB value is (200,81,202). Sum of RGB (Red+Green+Blue) = 200+81+202=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C851CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851CA is #37AE35. Grayscale: #828282. Windows color (decimal): -3649078 or 13259208. OLE color: 13259208.
HSL color Cylindrical-coordinate representation of color #C851CA: hue angle of 299.01º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851CA is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 81 | 202 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.21 |
| HSL | 299.01º | 0.53% | 0.55% | - |
| HSV(B) | 299.01º | 0.6% | 0.79% | - |
| XYZ | 37.42 | 22.43 | 58.23 | - |
| YUV | 130.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 202 | 0.01 | 0.60 | 0 | 0.21 | 299.01 | 0.53 | 0.55 |
| Hex | C8 | 51 | CA | 1 | 3C | 0 | 15 | 12B | 35 | 37 |
| Octal | 310 | 121 | 312 | 1 | 74 | 0 | 25 | 453 | 65 | 67 |
| Binary | 11001000 | 1010001 | 11001010 | 1 | 111100 | 0 | 10101 | 100101011 | 110101 | 110111 |
Color Harmonies of #C851CA
Complementary color
Monochromatic Colors of #C851CA
Black with #C851CA
Text Example
Text Example
White with #C851CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851CA; }
p { color: rgb(200,81,202); }
H1.HeaderClassName
{
color: #C851CA;
}
.AnyTagClassName
{
color: #C851CA;
}
</style>
background-color css
<style>
a { background-color: #C851CA; }
a { background-color: rgb(200,81,202); }
div.DivClassName
{
background-color: #C851CA;
}
.BgClassName
{
background-color: #C851CA;
}
</style>
border-color css
<style>
span { border-color: #C851CA; }
span { border-color: rgb(200,81,202); }
td.TdClassName
{
border-color: #C851CA;
}
.TagClassName
{
border-color: #C851CA;
}
</style>