Shades of Deep Magenta #C215B3
Tints of Deep Magenta #C215B3
RGB
CMYK
RGB Variations
Color information
#C215B3 (or 0xC215B3) is known color: Deep Magenta. HEX triplet: C2, 15 and B3. RGB value is (194,21,179). Sum of RGB (Red+Green+Blue) = 194+21+179=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C215B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C215B3 is #3DEA4C. Grayscale: #5A5A5A. Windows color (decimal): -4057677 or 11736514. OLE color: 11736514.
HSL color Cylindrical-coordinate representation of color #C215B3: hue angle of 305.2º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C215B3 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 179 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.24 |
| HSL | 305.2º | 0.8% | 0.42% | - |
| HSV(B) | 305.2º | 0.89% | 0.76% | - |
| XYZ | 30.65 | 15.26 | 43.98 | - |
| YUV | 90.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 179 | 0 | 0.89 | 0.08 | 0.24 | 305.2 | 0.8 | 0.42 |
| Hex | C2 | 15 | B3 | 0 | 59 | 8 | 18 | 131 | 50 | 2A |
| Octal | 302 | 25 | 263 | 0 | 131 | 10 | 30 | 461 | 120 | 52 |
| Binary | 11000010 | 10101 | 10110011 | 0 | 1011001 | 1000 | 11000 | 100110001 | 1010000 | 101010 |
Color Harmonies of #C215B3
Complementary color
Monochromatic Colors of #C215B3
Black with #C215B3
Text Example
Text Example
White with #C215B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215B3; }
p { color: rgb(194,21,179); }
H1.HeaderClassName
{
color: #C215B3;
}
.AnyTagClassName
{
color: #C215B3;
}
</style>
background-color css
<style>
a { background-color: #C215B3; }
a { background-color: rgb(194,21,179); }
div.DivClassName
{
background-color: #C215B3;
}
.BgClassName
{
background-color: #C215B3;
}
</style>
border-color css
<style>
span { border-color: #C215B3; }
span { border-color: rgb(194,21,179); }
td.TdClassName
{
border-color: #C215B3;
}
.TagClassName
{
border-color: #C215B3;
}
</style>