Shades of Deep Magenta #CA17CB
Tints of Deep Magenta #CA17CB
RGB
CMYK
RGB Variations
Color information
#CA17CB (or 0xCA17CB) is known color: Deep Magenta. HEX triplet: CA, 17 and CB. RGB value is (202,23,203). Sum of RGB (Red+Green+Blue) = 202+23+203=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 23 (9.38% from 255 or 5.37% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA17CB is #35E834. Grayscale: #606060. Windows color (decimal): -3532853 or 13309898. OLE color: 13309898.
HSL color Cylindrical-coordinate representation of color #CA17CB: hue angle of 299.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 #CA17CB is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 23 | 203 | - |
| CMYK | 0.00 | 0.89 | 0 | 0.20 |
| HSL | 299.67º | 0.8% | 0.44% | - |
| HSV(B) | 299.67º | 0.89% | 0.8% | - |
| XYZ | 35.44 | 17.48 | 58.01 | - |
| YUV | 97.04 | 187.8 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 203 | 0.00 | 0.89 | 0 | 0.20 | 299.67 | 0.8 | 0.44 |
| Hex | CA | 17 | CB | 0 | 59 | 0 | 14 | 12C | 50 | 2C |
| Octal | 312 | 27 | 313 | 0 | 131 | 0 | 24 | 454 | 120 | 54 |
| Binary | 11001010 | 10111 | 11001011 | 0 | 1011001 | 0 | 10100 | 100101100 | 1010000 | 101100 |
Color Harmonies of #CA17CB
Complementary color
Monochromatic Colors of #CA17CB
Black with #CA17CB
Text Example
Text Example
White with #CA17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA17CB; }
p { color: rgb(202,23,203); }
H1.HeaderClassName
{
color: #CA17CB;
}
.AnyTagClassName
{
color: #CA17CB;
}
</style>
background-color css
<style>
a { background-color: #CA17CB; }
a { background-color: rgb(202,23,203); }
div.DivClassName
{
background-color: #CA17CB;
}
.BgClassName
{
background-color: #CA17CB;
}
</style>
border-color css
<style>
span { border-color: #CA17CB; }
span { border-color: rgb(202,23,203); }
td.TdClassName
{
border-color: #CA17CB;
}
.TagClassName
{
border-color: #CA17CB;
}
</style>