Shades of Fuchsia #C949CC
Tints of Fuchsia #C949CC
RGB
CMYK
RGB Variations
Color information
#C949CC (or 0xC949CC) is known color: Fuchsia. HEX triplet: C9, 49 and CC. RGB value is (201,73,204). Sum of RGB (Red+Green+Blue) = 201+73+204=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C949CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949CC is #36B633. Grayscale: #7D7D7D. Windows color (decimal): -3585588 or 13388233. OLE color: 13388233.
HSL color Cylindrical-coordinate representation of color #C949CC: hue angle of 298.63º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949CC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 73 | 204 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.2 |
| HSL | 298.63º | 0.56% | 0.54% | - |
| HSV(B) | 298.63º | 0.64% | 0.8% | - |
| XYZ | 37.37 | 21.54 | 59.32 | - |
| YUV | 126.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 204 | 0.01 | 0.64 | 0 | 0.2 | 298.63 | 0.56 | 0.54 |
| Hex | C9 | 49 | CC | 1 | 40 | 0 | 14 | 12B | 38 | 36 |
| Octal | 311 | 111 | 314 | 1 | 100 | 0 | 24 | 453 | 70 | 66 |
| Binary | 11001001 | 1001001 | 11001100 | 1 | 1000000 | 0 | 10100 | 100101011 | 111000 | 110110 |
Color Harmonies of #C949CC
Complementary color
Monochromatic Colors of #C949CC
Black with #C949CC
Text Example
Text Example
White with #C949CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949CC; }
p { color: rgb(201,73,204); }
H1.HeaderClassName
{
color: #C949CC;
}
.AnyTagClassName
{
color: #C949CC;
}
</style>
background-color css
<style>
a { background-color: #C949CC; }
a { background-color: rgb(201,73,204); }
div.DivClassName
{
background-color: #C949CC;
}
.BgClassName
{
background-color: #C949CC;
}
</style>
border-color css
<style>
span { border-color: #C949CC; }
span { border-color: rgb(201,73,204); }
td.TdClassName
{
border-color: #C949CC;
}
.TagClassName
{
border-color: #C949CC;
}
</style>