Shades of Fuchsia #C944CC
Tints of Fuchsia #C944CC
RGB
CMYK
RGB Variations
Color information
#C944CC (or 0xC944CC) is known color: Fuchsia. HEX triplet: C9, 44 and CC. RGB value is (201,68,204). Sum of RGB (Red+Green+Blue) = 201+68+204=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C944CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944CC is #36BB33. Grayscale: #7A7A7A. Windows color (decimal): -3586868 or 13386953. OLE color: 13386953.
HSL color Cylindrical-coordinate representation of color #C944CC: hue angle of 298.68º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C944CC is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 68 | 204 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.2 |
| HSL | 298.68º | 0.57% | 0.53% | - |
| HSV(B) | 298.68º | 0.67% | 0.8% | - |
| XYZ | 37.05 | 20.91 | 59.21 | - |
| YUV | 123.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 204 | 0.01 | 0.67 | 0 | 0.2 | 298.68 | 0.57 | 0.53 |
| Hex | C9 | 44 | CC | 1 | 43 | 0 | 14 | 12B | 39 | 35 |
| Octal | 311 | 104 | 314 | 1 | 103 | 0 | 24 | 453 | 71 | 65 |
| Binary | 11001001 | 1000100 | 11001100 | 1 | 1000011 | 0 | 10100 | 100101011 | 111001 | 110101 |
Color Harmonies of #C944CC
Complementary color
Monochromatic Colors of #C944CC
Black with #C944CC
Text Example
Text Example
White with #C944CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944CC; }
p { color: rgb(201,68,204); }
H1.HeaderClassName
{
color: #C944CC;
}
.AnyTagClassName
{
color: #C944CC;
}
</style>
background-color css
<style>
a { background-color: #C944CC; }
a { background-color: rgb(201,68,204); }
div.DivClassName
{
background-color: #C944CC;
}
.BgClassName
{
background-color: #C944CC;
}
</style>
border-color css
<style>
span { border-color: #C944CC; }
span { border-color: rgb(201,68,204); }
td.TdClassName
{
border-color: #C944CC;
}
.TagClassName
{
border-color: #C944CC;
}
</style>