Shades of Deep Magenta #C922CB
Tints of Deep Magenta #C922CB
RGB
CMYK
RGB Variations
Color information
#C922CB (or 0xC922CB) is known color: Deep Magenta. HEX triplet: C9, 22 and CB. RGB value is (201,34,203). Sum of RGB (Red+Green+Blue) = 201+34+203=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 34 (13.67% from 255 or 7.76% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #C922CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922CB is #36DD34. Grayscale: #666666. Windows color (decimal): -3595573 or 13312713. OLE color: 13312713.
HSL color Cylindrical-coordinate representation of color #C922CB: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922CB is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 34 | 203 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.20 |
| HSL | 299.29º | 0.71% | 0.46% | - |
| HSV(B) | 299.29º | 0.83% | 0.8% | - |
| XYZ | 35.44 | 17.87 | 58.08 | - |
| YUV | 103.2 | 184.33 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 203 | 0.01 | 0.83 | 0 | 0.20 | 299.29 | 0.71 | 0.46 |
| Hex | C9 | 22 | CB | 1 | 53 | 0 | 14 | 12B | 47 | 2E |
| Octal | 311 | 42 | 313 | 1 | 123 | 0 | 24 | 453 | 107 | 56 |
| Binary | 11001001 | 100010 | 11001011 | 1 | 1010011 | 0 | 10100 | 100101011 | 1000111 | 101110 |
Color Harmonies of #C922CB
Complementary color
Monochromatic Colors of #C922CB
Black with #C922CB
Text Example
Text Example
White with #C922CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922CB; }
p { color: rgb(201,34,203); }
H1.HeaderClassName
{
color: #C922CB;
}
.AnyTagClassName
{
color: #C922CB;
}
</style>
background-color css
<style>
a { background-color: #C922CB; }
a { background-color: rgb(201,34,203); }
div.DivClassName
{
background-color: #C922CB;
}
.BgClassName
{
background-color: #C922CB;
}
</style>
border-color css
<style>
span { border-color: #C922CB; }
span { border-color: rgb(201,34,203); }
td.TdClassName
{
border-color: #C922CB;
}
.TagClassName
{
border-color: #C922CB;
}
</style>