Shades of Deep Magenta #CB17C3
Tints of Deep Magenta #CB17C3
RGB
CMYK
RGB Variations
Color information
#CB17C3 (or 0xCB17C3) is known color: Deep Magenta. HEX triplet: CB, 17 and C3. RGB value is (203,23,195). Sum of RGB (Red+Green+Blue) = 203+23+195=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB17C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB17C3 is #34E83C. Grayscale: #5F5F5F. Windows color (decimal): -3467325 or 12785611. OLE color: 12785611.
HSL color Cylindrical-coordinate representation of color #CB17C3: hue angle of 302.67º 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 #CB17C3 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 195 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.20 |
| HSL | 302.67º | 0.8% | 0.44% | - |
| HSV(B) | 302.67º | 0.89% | 0.8% | - |
| XYZ | 34.79 | 17.25 | 53.13 | - |
| YUV | 96.43 | 183.63 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 195 | 0 | 0.89 | 0.04 | 0.20 | 302.67 | 0.8 | 0.44 |
| Hex | CB | 17 | C3 | 0 | 59 | 4 | 14 | 12F | 50 | 2C |
| Octal | 313 | 27 | 303 | 0 | 131 | 4 | 24 | 457 | 120 | 54 |
| Binary | 11001011 | 10111 | 11000011 | 0 | 1011001 | 100 | 10100 | 100101111 | 1010000 | 101100 |
Color Harmonies of #CB17C3
Complementary color
Monochromatic Colors of #CB17C3
Black with #CB17C3
Text Example
Text Example
White with #CB17C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB17C3; }
p { color: rgb(203,23,195); }
H1.HeaderClassName
{
color: #CB17C3;
}
.AnyTagClassName
{
color: #CB17C3;
}
</style>
background-color css
<style>
a { background-color: #CB17C3; }
a { background-color: rgb(203,23,195); }
div.DivClassName
{
background-color: #CB17C3;
}
.BgClassName
{
background-color: #CB17C3;
}
</style>
border-color css
<style>
span { border-color: #CB17C3; }
span { border-color: rgb(203,23,195); }
td.TdClassName
{
border-color: #CB17C3;
}
.TagClassName
{
border-color: #CB17C3;
}
</style>