Shades of Deep Magenta #C313CC
Tints of Deep Magenta #C313CC
RGB
CMYK
RGB Variations
Color information
#C313CC (or 0xC313CC) is known color: Deep Magenta. HEX triplet: C3, 13 and CC. RGB value is (195,19,204). Sum of RGB (Red+Green+Blue) = 195+19+204=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C313CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313CC is #3CEC33. Grayscale: #5C5C5C. Windows color (decimal): -3992628 or 13374403. OLE color: 13374403.
HSL color Cylindrical-coordinate representation of color #C313CC: hue angle of 297.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C313CC is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 19 | 204 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.2 |
| HSL | 297.08º | 0.83% | 0.44% | - |
| HSV(B) | 297.08º | 0.91% | 0.8% | - |
| XYZ | 33.64 | 16.43 | 58.52 | - |
| YUV | 92.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 204 | 0.04 | 0.91 | 0 | 0.2 | 297.08 | 0.83 | 0.44 |
| Hex | C3 | 13 | CC | 4 | 5B | 0 | 14 | 129 | 53 | 2C |
| Octal | 303 | 23 | 314 | 4 | 133 | 0 | 24 | 451 | 123 | 54 |
| Binary | 11000011 | 10011 | 11001100 | 100 | 1011011 | 0 | 10100 | 100101001 | 1010011 | 101100 |
Color Harmonies of #C313CC
Complementary color
Monochromatic Colors of #C313CC
Black with #C313CC
Text Example
Text Example
White with #C313CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313CC; }
p { color: rgb(195,19,204); }
H1.HeaderClassName
{
color: #C313CC;
}
.AnyTagClassName
{
color: #C313CC;
}
</style>
background-color css
<style>
a { background-color: #C313CC; }
a { background-color: rgb(195,19,204); }
div.DivClassName
{
background-color: #C313CC;
}
.BgClassName
{
background-color: #C313CC;
}
</style>
border-color css
<style>
span { border-color: #C313CC; }
span { border-color: rgb(195,19,204); }
td.TdClassName
{
border-color: #C313CC;
}
.TagClassName
{
border-color: #C313CC;
}
</style>