Shades of Fuchsia #C749CA
Tints of Fuchsia #C749CA
RGB
CMYK
RGB Variations
Color information
#C749CA (or 0xC749CA) is known color: Fuchsia. HEX triplet: C7, 49 and CA. RGB value is (199,73,202). Sum of RGB (Red+Green+Blue) = 199+73+202=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C749CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749CA is #38B635. Grayscale: #7C7C7C. Windows color (decimal): -3716662 or 13257159. OLE color: 13257159.
HSL color Cylindrical-coordinate representation of color #C749CA: hue angle of 298.6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C749CA is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 73 | 202 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.21 |
| HSL | 298.6º | 0.55% | 0.54% | - |
| HSV(B) | 298.6º | 0.64% | 0.79% | - |
| XYZ | 36.6 | 21.17 | 58.03 | - |
| YUV | 125.38 | 171.24 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 202 | 0.01 | 0.64 | 0 | 0.21 | 298.6 | 0.55 | 0.54 |
| Hex | C7 | 49 | CA | 1 | 40 | 0 | 15 | 12B | 37 | 36 |
| Octal | 307 | 111 | 312 | 1 | 100 | 0 | 25 | 453 | 67 | 66 |
| Binary | 11000111 | 1001001 | 11001010 | 1 | 1000000 | 0 | 10101 | 100101011 | 110111 | 110110 |
Color Harmonies of #C749CA
Complementary color
Monochromatic Colors of #C749CA
Black with #C749CA
Text Example
Text Example
White with #C749CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C749CA; }
p { color: rgb(199,73,202); }
H1.HeaderClassName
{
color: #C749CA;
}
.AnyTagClassName
{
color: #C749CA;
}
</style>
background-color css
<style>
a { background-color: #C749CA; }
a { background-color: rgb(199,73,202); }
div.DivClassName
{
background-color: #C749CA;
}
.BgClassName
{
background-color: #C749CA;
}
</style>
border-color css
<style>
span { border-color: #C749CA; }
span { border-color: rgb(199,73,202); }
td.TdClassName
{
border-color: #C749CA;
}
.TagClassName
{
border-color: #C749CA;
}
</style>