Shades of Deep Magenta #C313CA
Tints of Deep Magenta #C313CA
RGB
CMYK
RGB Variations
Color information
#C313CA (or 0xC313CA) is known color: Deep Magenta. HEX triplet: C3, 13 and CA. RGB value is (195,19,202). Sum of RGB (Red+Green+Blue) = 195+19+202=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C313CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C313CA is #3CEC35. Grayscale: #5B5B5B. Windows color (decimal): -3992630 or 13243331. OLE color: 13243331.
HSL color Cylindrical-coordinate representation of color #C313CA: hue angle of 297.7º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C313CA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 19 | 202 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.21 |
| HSL | 297.7º | 0.83% | 0.43% | - |
| HSV(B) | 297.7º | 0.91% | 0.79% | - |
| XYZ | 33.4 | 16.33 | 57.27 | - |
| YUV | 92.49 | 189.81 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 202 | 0.03 | 0.91 | 0 | 0.21 | 297.7 | 0.83 | 0.43 |
| Hex | C3 | 13 | CA | 3 | 5B | 0 | 15 | 12A | 53 | 2B |
| Octal | 303 | 23 | 312 | 3 | 133 | 0 | 25 | 452 | 123 | 53 |
| Binary | 11000011 | 10011 | 11001010 | 11 | 1011011 | 0 | 10101 | 100101010 | 1010011 | 101011 |
Color Harmonies of #C313CA
Complementary color
Monochromatic Colors of #C313CA
Black with #C313CA
Text Example
Text Example
White with #C313CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C313CA; }
p { color: rgb(195,19,202); }
H1.HeaderClassName
{
color: #C313CA;
}
.AnyTagClassName
{
color: #C313CA;
}
</style>
background-color css
<style>
a { background-color: #C313CA; }
a { background-color: rgb(195,19,202); }
div.DivClassName
{
background-color: #C313CA;
}
.BgClassName
{
background-color: #C313CA;
}
</style>
border-color css
<style>
span { border-color: #C313CA; }
span { border-color: rgb(195,19,202); }
td.TdClassName
{
border-color: #C313CA;
}
.TagClassName
{
border-color: #C313CA;
}
</style>