Shades of Deep Magenta #C00CB3
Tints of Deep Magenta #C00CB3
RGB
CMYK
RGB Variations
Color information
#C00CB3 (or 0xC00CB3) is known color: Deep Magenta. HEX triplet: C0, 0C and B3. RGB value is (192,12,179). Sum of RGB (Red+Green+Blue) = 192+12+179=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CB3 is #3FF34C. Grayscale: #545454. Windows color (decimal): -4191053 or 11734208. OLE color: 11734208.
HSL color Cylindrical-coordinate representation of color #C00CB3: hue angle of 304.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CB3 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 179 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.25 |
| HSL | 304.33º | 0.88% | 0.4% | - |
| HSV(B) | 304.33º | 0.94% | 0.75% | - |
| XYZ | 30.01 | 14.72 | 43.91 | - |
| YUV | 84.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 179 | 0 | 0.94 | 0.07 | 0.25 | 304.33 | 0.88 | 0.4 |
| Hex | C0 | C | B3 | 0 | 5E | 7 | 19 | 130 | 58 | 28 |
| Octal | 300 | 14 | 263 | 0 | 136 | 7 | 31 | 460 | 130 | 50 |
| Binary | 11000000 | 1100 | 10110011 | 0 | 1011110 | 111 | 11001 | 100110000 | 1011000 | 101000 |
Color Harmonies of #C00CB3
Complementary color
Monochromatic Colors of #C00CB3
Black with #C00CB3
Text Example
Text Example
White with #C00CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CB3; }
p { color: rgb(192,12,179); }
H1.HeaderClassName
{
color: #C00CB3;
}
.AnyTagClassName
{
color: #C00CB3;
}
</style>
background-color css
<style>
a { background-color: #C00CB3; }
a { background-color: rgb(192,12,179); }
div.DivClassName
{
background-color: #C00CB3;
}
.BgClassName
{
background-color: #C00CB3;
}
</style>
border-color css
<style>
span { border-color: #C00CB3; }
span { border-color: rgb(192,12,179); }
td.TdClassName
{
border-color: #C00CB3;
}
.TagClassName
{
border-color: #C00CB3;
}
</style>