Shades of Deep Magenta #C317B4
Tints of Deep Magenta #C317B4
RGB
CMYK
RGB Variations
Color information
#C317B4 (or 0xC317B4) is known color: Deep Magenta. HEX triplet: C3, 17 and B4. RGB value is (195,23,180). Sum of RGB (Red+Green+Blue) = 195+23+180=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 180 (70.70% from 255 or 45.23% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C317B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317B4 is #3CE84B. Grayscale: #5B5B5B. Windows color (decimal): -3991628 or 11802563. OLE color: 11802563.
HSL color Cylindrical-coordinate representation of color #C317B4: hue angle of 305.23º 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 #C317B4 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 180 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.24 |
| HSL | 305.23º | 0.79% | 0.43% | - |
| HSV(B) | 305.23º | 0.88% | 0.76% | - |
| XYZ | 31.05 | 15.51 | 44.54 | - |
| YUV | 92.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 180 | 0 | 0.88 | 0.08 | 0.24 | 305.23 | 0.79 | 0.43 |
| Hex | C3 | 17 | B4 | 0 | 58 | 8 | 18 | 131 | 4F | 2B |
| Octal | 303 | 27 | 264 | 0 | 130 | 10 | 30 | 461 | 117 | 53 |
| Binary | 11000011 | 10111 | 10110100 | 0 | 1011000 | 1000 | 11000 | 100110001 | 1001111 | 101011 |
Color Harmonies of #C317B4
Complementary color
Monochromatic Colors of #C317B4
Black with #C317B4
Text Example
Text Example
White with #C317B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317B4; }
p { color: rgb(195,23,180); }
H1.HeaderClassName
{
color: #C317B4;
}
.AnyTagClassName
{
color: #C317B4;
}
</style>
background-color css
<style>
a { background-color: #C317B4; }
a { background-color: rgb(195,23,180); }
div.DivClassName
{
background-color: #C317B4;
}
.BgClassName
{
background-color: #C317B4;
}
</style>
border-color css
<style>
span { border-color: #C317B4; }
span { border-color: rgb(195,23,180); }
td.TdClassName
{
border-color: #C317B4;
}
.TagClassName
{
border-color: #C317B4;
}
</style>