Shades of Deep Magenta #C414CB
Tints of Deep Magenta #C414CB
RGB
CMYK
RGB Variations
Color information
#C414CB (or 0xC414CB) is known color: Deep Magenta. HEX triplet: C4, 14 and CB. RGB value is (196,20,203). Sum of RGB (Red+Green+Blue) = 196+20+203=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #C414CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C414CB is #3BEB34. Grayscale: #5C5C5C. Windows color (decimal): -3926837 or 13309124. OLE color: 13309124.
HSL color Cylindrical-coordinate representation of color #C414CB: hue angle of 297.7º 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 #C414CB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 20 | 203 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.20 |
| HSL | 297.7º | 0.82% | 0.44% | - |
| HSV(B) | 297.7º | 0.9% | 0.8% | - |
| XYZ | 33.79 | 16.55 | 57.91 | - |
| YUV | 93.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 203 | 0.03 | 0.90 | 0 | 0.20 | 297.7 | 0.82 | 0.44 |
| Hex | C4 | 14 | CB | 3 | 5A | 0 | 14 | 12A | 52 | 2C |
| Octal | 304 | 24 | 313 | 3 | 132 | 0 | 24 | 452 | 122 | 54 |
| Binary | 11000100 | 10100 | 11001011 | 11 | 1011010 | 0 | 10100 | 100101010 | 1010010 | 101100 |
Color Harmonies of #C414CB
Complementary color
Monochromatic Colors of #C414CB
Black with #C414CB
Text Example
Text Example
White with #C414CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C414CB; }
p { color: rgb(196,20,203); }
H1.HeaderClassName
{
color: #C414CB;
}
.AnyTagClassName
{
color: #C414CB;
}
</style>
background-color css
<style>
a { background-color: #C414CB; }
a { background-color: rgb(196,20,203); }
div.DivClassName
{
background-color: #C414CB;
}
.BgClassName
{
background-color: #C414CB;
}
</style>
border-color css
<style>
span { border-color: #C414CB; }
span { border-color: rgb(196,20,203); }
td.TdClassName
{
border-color: #C414CB;
}
.TagClassName
{
border-color: #C414CB;
}
</style>