Shades of Deep Magenta #C311CD
Tints of Deep Magenta #C311CD
RGB
CMYK
RGB Variations
Color information
#C311CD (or 0xC311CD) is known color: Deep Magenta. HEX triplet: C3, 11 and CD. RGB value is (195,17,205). Sum of RGB (Red+Green+Blue) = 195+17+205=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #C311CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C311CD is #3CEE32. Grayscale: #5B5B5B. Windows color (decimal): -3993139 or 13439427. OLE color: 13439427.
HSL color Cylindrical-coordinate representation of color #C311CD: hue angle of 296.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C311CD is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 17 | 205 | - |
CMYK | 0.05 | 0.92 | 0 | 0.20 |
HSL | 296.81º | 0.85% | 0.44% | - |
HSV(B) | 296.81º | 0.92% | 0.8% | - |
XYZ | 33.73 | 16.41 | 59.15 | - |
YUV | 91.65 | 191.97 | 201.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 17 | 205 | 0.05 | 0.92 | 0 | 0.20 | 296.81 | 0.85 | 0.44 |
Hex | C3 | 11 | CD | 5 | 5C | 0 | 14 | 129 | 55 | 2C |
Octal | 303 | 21 | 315 | 5 | 134 | 0 | 24 | 451 | 125 | 54 |
Binary | 11000011 | 10001 | 11001101 | 101 | 1011100 | 0 | 10100 | 100101001 | 1010101 | 101100 |
Color Harmonies of #C311CD
Complementary color
Monochromatic Colors of #C311CD
Black with #C311CD
Text Example
Text Example
White with #C311CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C311CD; }
p { color: rgb(195,17,205); }
H1.HeaderClassName
{
color: #C311CD;
}
.AnyTagClassName
{
color: #C311CD;
}
</style>
background-color css
<style>
a { background-color: #C311CD; }
a { background-color: rgb(195,17,205); }
div.DivClassName
{
background-color: #C311CD;
}
.BgClassName
{
background-color: #C311CD;
}
</style>
border-color css
<style>
span { border-color: #C311CD; }
span { border-color: rgb(195,17,205); }
td.TdClassName
{
border-color: #C311CD;
}
.TagClassName
{
border-color: #C311CD;
}
</style>