Shades of Fuchsia #C737CA
Tints of Fuchsia #C737CA
RGB
CMYK
RGB Variations
Color information
#C737CA (or 0xC737CA) is known color: Fuchsia. HEX triplet: C7, 37 and CA. RGB value is (199,55,202). Sum of RGB (Red+Green+Blue) = 199+55+202=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #C737CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737CA is #38C835. Grayscale: #727272. Windows color (decimal): -3721270 or 13252551. OLE color: 13252551.
HSL color Cylindrical-coordinate representation of color #C737CA: hue angle of 298.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C737CA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 55 | 202 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.21 |
| HSL | 298.78º | 0.58% | 0.5% | - |
| HSV(B) | 298.78º | 0.73% | 0.79% | - |
| XYZ | 35.58 | 19.14 | 57.7 | - |
| YUV | 114.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 202 | 0.01 | 0.73 | 0 | 0.21 | 298.78 | 0.58 | 0.5 |
| Hex | C7 | 37 | CA | 1 | 49 | 0 | 15 | 12B | 3A | 32 |
| Octal | 307 | 67 | 312 | 1 | 111 | 0 | 25 | 453 | 72 | 62 |
| Binary | 11000111 | 110111 | 11001010 | 1 | 1001001 | 0 | 10101 | 100101011 | 111010 | 110010 |
Color Harmonies of #C737CA
Complementary color
Monochromatic Colors of #C737CA
Black with #C737CA
Text Example
Text Example
White with #C737CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737CA; }
p { color: rgb(199,55,202); }
H1.HeaderClassName
{
color: #C737CA;
}
.AnyTagClassName
{
color: #C737CA;
}
</style>
background-color css
<style>
a { background-color: #C737CA; }
a { background-color: rgb(199,55,202); }
div.DivClassName
{
background-color: #C737CA;
}
.BgClassName
{
background-color: #C737CA;
}
</style>
border-color css
<style>
span { border-color: #C737CA; }
span { border-color: rgb(199,55,202); }
td.TdClassName
{
border-color: #C737CA;
}
.TagClassName
{
border-color: #C737CA;
}
</style>