Shades of Fuchsia #C736CA
Tints of Fuchsia #C736CA
RGB
CMYK
RGB Variations
Color information
#C736CA (or 0xC736CA) is known color: Fuchsia. HEX triplet: C7, 36 and CA. RGB value is (199,54,202). Sum of RGB (Red+Green+Blue) = 199+54+202=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #C736CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736CA is #38C935. Grayscale: #717171. Windows color (decimal): -3721526 or 13252295. OLE color: 13252295.
HSL color Cylindrical-coordinate representation of color #C736CA: 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 #C736CA is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 54 | 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.53 | 19.04 | 57.68 | - |
| YUV | 114.23 | 177.54 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 202 | 0.01 | 0.73 | 0 | 0.21 | 298.78 | 0.58 | 0.5 |
| Hex | C7 | 36 | CA | 1 | 49 | 0 | 15 | 12B | 3A | 32 |
| Octal | 307 | 66 | 312 | 1 | 111 | 0 | 25 | 453 | 72 | 62 |
| Binary | 11000111 | 110110 | 11001010 | 1 | 1001001 | 0 | 10101 | 100101011 | 111010 | 110010 |
Color Harmonies of #C736CA
Complementary color
Monochromatic Colors of #C736CA
Black with #C736CA
Text Example
Text Example
White with #C736CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736CA; }
p { color: rgb(199,54,202); }
H1.HeaderClassName
{
color: #C736CA;
}
.AnyTagClassName
{
color: #C736CA;
}
</style>
background-color css
<style>
a { background-color: #C736CA; }
a { background-color: rgb(199,54,202); }
div.DivClassName
{
background-color: #C736CA;
}
.BgClassName
{
background-color: #C736CA;
}
</style>
border-color css
<style>
span { border-color: #C736CA; }
span { border-color: rgb(199,54,202); }
td.TdClassName
{
border-color: #C736CA;
}
.TagClassName
{
border-color: #C736CA;
}
</style>