Shades of Deep Magenta #C317CB
Tints of Deep Magenta #C317CB
RGB
CMYK
RGB Variations
Color information
#C317CB (or 0xC317CB) is known color: Deep Magenta. HEX triplet: C3, 17 and CB. RGB value is (195,23,203). Sum of RGB (Red+Green+Blue) = 195+23+203=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #C317CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C317CB is #3CE834. Grayscale: #5E5E5E. Windows color (decimal): -3991605 or 13309891. OLE color: 13309891.
HSL color Cylindrical-coordinate representation of color #C317CB: hue angle of 297.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C317CB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 23 | 203 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.20 |
| HSL | 297.33º | 0.8% | 0.44% | - |
| HSV(B) | 297.33º | 0.89% | 0.8% | - |
| XYZ | 33.59 | 16.53 | 57.92 | - |
| YUV | 94.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 203 | 0.04 | 0.89 | 0 | 0.20 | 297.33 | 0.8 | 0.44 |
| Hex | C3 | 17 | CB | 4 | 59 | 0 | 14 | 129 | 50 | 2C |
| Octal | 303 | 27 | 313 | 4 | 131 | 0 | 24 | 451 | 120 | 54 |
| Binary | 11000011 | 10111 | 11001011 | 100 | 1011001 | 0 | 10100 | 100101001 | 1010000 | 101100 |
Color Harmonies of #C317CB
Complementary color
Monochromatic Colors of #C317CB
Black with #C317CB
Text Example
Text Example
White with #C317CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C317CB; }
p { color: rgb(195,23,203); }
H1.HeaderClassName
{
color: #C317CB;
}
.AnyTagClassName
{
color: #C317CB;
}
</style>
background-color css
<style>
a { background-color: #C317CB; }
a { background-color: rgb(195,23,203); }
div.DivClassName
{
background-color: #C317CB;
}
.BgClassName
{
background-color: #C317CB;
}
</style>
border-color css
<style>
span { border-color: #C317CB; }
span { border-color: rgb(195,23,203); }
td.TdClassName
{
border-color: #C317CB;
}
.TagClassName
{
border-color: #C317CB;
}
</style>