Shades of Deep Magenta #CA24BC
Tints of Deep Magenta #CA24BC
RGB
CMYK
RGB Variations
Color information
#CA24BC (or 0xCA24BC) is known color: Deep Magenta. HEX triplet: CA, 24 and BC. RGB value is (202,36,188). Sum of RGB (Red+Green+Blue) = 202+36+188=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA24BC is #35DB43. Grayscale: #666666. Windows color (decimal): -3529540 or 12330186. OLE color: 12330186.
HSL color Cylindrical-coordinate representation of color #CA24BC: hue angle of 305.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA24BC is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 188 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.21 |
| HSL | 305.06º | 0.7% | 0.47% | - |
| HSV(B) | 305.06º | 0.82% | 0.79% | - |
| XYZ | 34.07 | 17.45 | 49.15 | - |
| YUV | 102.96 | 176 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 188 | 0 | 0.82 | 0.07 | 0.21 | 305.06 | 0.7 | 0.47 |
| Hex | CA | 24 | BC | 0 | 52 | 7 | 15 | 131 | 46 | 2F |
| Octal | 312 | 44 | 274 | 0 | 122 | 7 | 25 | 461 | 106 | 57 |
| Binary | 11001010 | 100100 | 10111100 | 0 | 1010010 | 111 | 10101 | 100110001 | 1000110 | 101111 |
Color Harmonies of #CA24BC
Complementary color
Monochromatic Colors of #CA24BC
Black with #CA24BC
Text Example
Text Example
White with #CA24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24BC; }
p { color: rgb(202,36,188); }
H1.HeaderClassName
{
color: #CA24BC;
}
.AnyTagClassName
{
color: #CA24BC;
}
</style>
background-color css
<style>
a { background-color: #CA24BC; }
a { background-color: rgb(202,36,188); }
div.DivClassName
{
background-color: #CA24BC;
}
.BgClassName
{
background-color: #CA24BC;
}
</style>
border-color css
<style>
span { border-color: #CA24BC; }
span { border-color: rgb(202,36,188); }
td.TdClassName
{
border-color: #CA24BC;
}
.TagClassName
{
border-color: #CA24BC;
}
</style>