Shades of Deep Magenta #C114CB
Tints of Deep Magenta #C114CB
RGB
CMYK
RGB Variations
Color information
#C114CB (or 0xC114CB) is known color: Deep Magenta. HEX triplet: C1, 14 and CB. RGB value is (193,20,203). Sum of RGB (Red+Green+Blue) = 193+20+203=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C114CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C114CB is #3EEB34. Grayscale: #5C5C5C. Windows color (decimal): -4123445 or 13309121. OLE color: 13309121.
HSL color Cylindrical-coordinate representation of color #C114CB: hue angle of 296.72º 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 #C114CB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 20 | 203 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.20 |
| HSL | 296.72º | 0.82% | 0.44% | - |
| HSV(B) | 296.72º | 0.9% | 0.8% | - |
| XYZ | 33.02 | 16.15 | 57.88 | - |
| YUV | 92.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 203 | 0.05 | 0.90 | 0 | 0.20 | 296.72 | 0.82 | 0.44 |
| Hex | C1 | 14 | CB | 5 | 5A | 0 | 14 | 129 | 52 | 2C |
| Octal | 301 | 24 | 313 | 5 | 132 | 0 | 24 | 451 | 122 | 54 |
| Binary | 11000001 | 10100 | 11001011 | 101 | 1011010 | 0 | 10100 | 100101001 | 1010010 | 101100 |
Color Harmonies of #C114CB
Complementary color
Monochromatic Colors of #C114CB
Black with #C114CB
Text Example
Text Example
White with #C114CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C114CB; }
p { color: rgb(193,20,203); }
H1.HeaderClassName
{
color: #C114CB;
}
.AnyTagClassName
{
color: #C114CB;
}
</style>
background-color css
<style>
a { background-color: #C114CB; }
a { background-color: rgb(193,20,203); }
div.DivClassName
{
background-color: #C114CB;
}
.BgClassName
{
background-color: #C114CB;
}
</style>
border-color css
<style>
span { border-color: #C114CB; }
span { border-color: rgb(193,20,203); }
td.TdClassName
{
border-color: #C114CB;
}
.TagClassName
{
border-color: #C114CB;
}
</style>