Shades of Deep Magenta #C114CA
Tints of Deep Magenta #C114CA
RGB
CMYK
RGB Variations
Color information
#C114CA (or 0xC114CA) is known color: Deep Magenta. HEX triplet: C1, 14 and CA. RGB value is (193,20,202). Sum of RGB (Red+Green+Blue) = 193+20+202=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #C114CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CA is #3EEB35. Grayscale: #5B5B5B. Windows color (decimal): -4123446 or 13243585. OLE color: 13243585.
HSL color Cylindrical-coordinate representation of color #C114CA: hue angle of 297.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C114CA is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 20 | 202 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.21 |
| HSL | 297.03º | 0.82% | 0.44% | - |
| HSV(B) | 297.03º | 0.9% | 0.79% | - |
| XYZ | 32.9 | 16.1 | 57.25 | - |
| YUV | 92.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 202 | 0.04 | 0.90 | 0 | 0.21 | 297.03 | 0.82 | 0.44 |
| Hex | C1 | 14 | CA | 4 | 5A | 0 | 15 | 129 | 52 | 2C |
| Octal | 301 | 24 | 312 | 4 | 132 | 0 | 25 | 451 | 122 | 54 |
| Binary | 11000001 | 10100 | 11001010 | 100 | 1011010 | 0 | 10101 | 100101001 | 1010010 | 101100 |
Color Harmonies of #C114CA
Complementary color
Monochromatic Colors of #C114CA
Black with #C114CA
Text Example
Text Example
White with #C114CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114CA; }
p { color: rgb(193,20,202); }
H1.HeaderClassName
{
color: #C114CA;
}
.AnyTagClassName
{
color: #C114CA;
}
</style>
background-color css
<style>
a { background-color: #C114CA; }
a { background-color: rgb(193,20,202); }
div.DivClassName
{
background-color: #C114CA;
}
.BgClassName
{
background-color: #C114CA;
}
</style>
border-color css
<style>
span { border-color: #C114CA; }
span { border-color: rgb(193,20,202); }
td.TdClassName
{
border-color: #C114CA;
}
.TagClassName
{
border-color: #C114CA;
}
</style>