Shades of Deep Magenta #C21CC3
Tints of Deep Magenta #C21CC3
RGB
CMYK
RGB Variations
Color information
#C21CC3 (or 0xC21CC3) is known color: Deep Magenta. HEX triplet: C2, 1C and C3. RGB value is (194,28,195). Sum of RGB (Red+Green+Blue) = 194+28+195=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #C21CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21CC3 is #3DE33C. Grayscale: #606060. Windows color (decimal): -4055869 or 12786882. OLE color: 12786882.
HSL color Cylindrical-coordinate representation of color #C21CC3: hue angle of 299.64º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21CC3 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 195 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.24 |
| HSL | 299.64º | 0.75% | 0.44% | - |
| HSV(B) | 299.64º | 0.86% | 0.76% | - |
| XYZ | 32.51 | 16.24 | 53.05 | - |
| YUV | 96.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 195 | 0.01 | 0.86 | 0 | 0.24 | 299.64 | 0.75 | 0.44 |
| Hex | C2 | 1C | C3 | 1 | 56 | 0 | 18 | 12C | 4B | 2C |
| Octal | 302 | 34 | 303 | 1 | 126 | 0 | 30 | 454 | 113 | 54 |
| Binary | 11000010 | 11100 | 11000011 | 1 | 1010110 | 0 | 11000 | 100101100 | 1001011 | 101100 |
Color Harmonies of #C21CC3
Complementary color
Monochromatic Colors of #C21CC3
Black with #C21CC3
Text Example
Text Example
White with #C21CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21CC3; }
p { color: rgb(194,28,195); }
H1.HeaderClassName
{
color: #C21CC3;
}
.AnyTagClassName
{
color: #C21CC3;
}
</style>
background-color css
<style>
a { background-color: #C21CC3; }
a { background-color: rgb(194,28,195); }
div.DivClassName
{
background-color: #C21CC3;
}
.BgClassName
{
background-color: #C21CC3;
}
</style>
border-color css
<style>
span { border-color: #C21CC3; }
span { border-color: rgb(194,28,195); }
td.TdClassName
{
border-color: #C21CC3;
}
.TagClassName
{
border-color: #C21CC3;
}
</style>