Shades of Deep Magenta #C317B2
Tints of Deep Magenta #C317B2
RGB
CMYK
RGB Variations
Color information
#C317B2 (or 0xC317B2) is known color: Deep Magenta. HEX triplet: C3, 17 and B2. RGB value is (195,23,178). Sum of RGB (Red+Green+Blue) = 195+23+178=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C317B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C317B2 is #3CE84D. Grayscale: #5B5B5B. Windows color (decimal): -3991630 or 11671491. OLE color: 11671491.
HSL color Cylindrical-coordinate representation of color #C317B2: hue angle of 305.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C317B2 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 178 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.24 |
| HSL | 305.93º | 0.79% | 0.43% | - |
| HSV(B) | 305.93º | 0.88% | 0.76% | - |
| XYZ | 30.85 | 15.43 | 43.47 | - |
| YUV | 92.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 178 | 0 | 0.88 | 0.09 | 0.24 | 305.93 | 0.79 | 0.43 |
| Hex | C3 | 17 | B2 | 0 | 58 | 9 | 18 | 132 | 4F | 2B |
| Octal | 303 | 27 | 262 | 0 | 130 | 11 | 30 | 462 | 117 | 53 |
| Binary | 11000011 | 10111 | 10110010 | 0 | 1011000 | 1001 | 11000 | 100110010 | 1001111 | 101011 |
Color Harmonies of #C317B2
Complementary color
Monochromatic Colors of #C317B2
Black with #C317B2
Text Example
Text Example
White with #C317B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317B2; }
p { color: rgb(195,23,178); }
H1.HeaderClassName
{
color: #C317B2;
}
.AnyTagClassName
{
color: #C317B2;
}
</style>
background-color css
<style>
a { background-color: #C317B2; }
a { background-color: rgb(195,23,178); }
div.DivClassName
{
background-color: #C317B2;
}
.BgClassName
{
background-color: #C317B2;
}
</style>
border-color css
<style>
span { border-color: #C317B2; }
span { border-color: rgb(195,23,178); }
td.TdClassName
{
border-color: #C317B2;
}
.TagClassName
{
border-color: #C317B2;
}
</style>