Shades of Deep Magenta #C914CC
Tints of Deep Magenta #C914CC
RGB
CMYK
RGB Variations
Color information
#C914CC (or 0xC914CC) is known color: Deep Magenta. HEX triplet: C9, 14 and CC. RGB value is (201,20,204). Sum of RGB (Red+Green+Blue) = 201+20+204=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 20 (8.20% from 255 or 4.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #C914CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914CC is #36EB33. Grayscale: #5E5E5E. Windows color (decimal): -3599156 or 13374665. OLE color: 13374665.
HSL color Cylindrical-coordinate representation of color #C914CC: hue angle of 299.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914CC is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 20 | 204 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.2 |
| HSL | 299.02º | 0.82% | 0.44% | - |
| HSV(B) | 299.02º | 0.9% | 0.8% | - |
| XYZ | 35.24 | 17.28 | 58.6 | - |
| YUV | 95.1 | 189.47 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 204 | 0.01 | 0.90 | 0 | 0.2 | 299.02 | 0.82 | 0.44 |
| Hex | C9 | 14 | CC | 1 | 5A | 0 | 14 | 12B | 52 | 2C |
| Octal | 311 | 24 | 314 | 1 | 132 | 0 | 24 | 453 | 122 | 54 |
| Binary | 11001001 | 10100 | 11001100 | 1 | 1011010 | 0 | 10100 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C914CC
Complementary color
Monochromatic Colors of #C914CC
Black with #C914CC
Text Example
Text Example
White with #C914CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914CC; }
p { color: rgb(201,20,204); }
H1.HeaderClassName
{
color: #C914CC;
}
.AnyTagClassName
{
color: #C914CC;
}
</style>
background-color css
<style>
a { background-color: #C914CC; }
a { background-color: rgb(201,20,204); }
div.DivClassName
{
background-color: #C914CC;
}
.BgClassName
{
background-color: #C914CC;
}
</style>
border-color css
<style>
span { border-color: #C914CC; }
span { border-color: rgb(201,20,204); }
td.TdClassName
{
border-color: #C914CC;
}
.TagClassName
{
border-color: #C914CC;
}
</style>