Shades of Fuchsia #C951CA
Tints of Fuchsia #C951CA
RGB
CMYK
RGB Variations
Color information
#C951CA (or 0xC951CA) is known color: Fuchsia. HEX triplet: C9, 51 and CA. RGB value is (201,81,202). Sum of RGB (Red+Green+Blue) = 201+81+202=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 81 (32.03% from 255 or 16.74% 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 #C951CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951CA is #36AE35. Grayscale: #828282. Windows color (decimal): -3583542 or 13259209. OLE color: 13259209.
HSL color Cylindrical-coordinate representation of color #C951CA: hue angle of 299.5º 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 #C951CA is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 202 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.21 |
| HSL | 299.5º | 0.53% | 0.55% | - |
| HSV(B) | 299.5º | 0.6% | 0.79% | - |
| XYZ | 37.69 | 22.57 | 58.25 | - |
| YUV | 130.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 202 | 0.00 | 0.60 | 0 | 0.21 | 299.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | CA | 0 | 3C | 0 | 15 | 12C | 35 | 37 |
| Octal | 311 | 121 | 312 | 0 | 74 | 0 | 25 | 454 | 65 | 67 |
| Binary | 11001001 | 1010001 | 11001010 | 0 | 111100 | 0 | 10101 | 100101100 | 110101 | 110111 |
Color Harmonies of #C951CA
Complementary color
Monochromatic Colors of #C951CA
Black with #C951CA
Text Example
Text Example
White with #C951CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951CA; }
p { color: rgb(201,81,202); }
H1.HeaderClassName
{
color: #C951CA;
}
.AnyTagClassName
{
color: #C951CA;
}
</style>
background-color css
<style>
a { background-color: #C951CA; }
a { background-color: rgb(201,81,202); }
div.DivClassName
{
background-color: #C951CA;
}
.BgClassName
{
background-color: #C951CA;
}
</style>
border-color css
<style>
span { border-color: #C951CA; }
span { border-color: rgb(201,81,202); }
td.TdClassName
{
border-color: #C951CA;
}
.TagClassName
{
border-color: #C951CA;
}
</style>