Shades of Deep Magenta #C922CF
Tints of Deep Magenta #C922CF
RGB
CMYK
RGB Variations
Color information
#C922CF (or 0xC922CF) is known color: Deep Magenta. HEX triplet: C9, 22 and CF. RGB value is (201,34,207). Sum of RGB (Red+Green+Blue) = 201+34+207=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #C922CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922CF is #36DD30. Grayscale: #676767. Windows color (decimal): -3595569 or 13574857. OLE color: 13574857.
HSL color Cylindrical-coordinate representation of color #C922CF: hue angle of 297.92º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C922CF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 34 | 207 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.19 |
| HSL | 297.92º | 0.72% | 0.47% | - |
| HSV(B) | 297.92º | 0.84% | 0.81% | - |
| XYZ | 35.92 | 18.07 | 60.63 | - |
| YUV | 103.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 207 | 0.03 | 0.84 | 0 | 0.19 | 297.92 | 0.72 | 0.47 |
| Hex | C9 | 22 | CF | 3 | 54 | 0 | 13 | 12A | 48 | 2F |
| Octal | 311 | 42 | 317 | 3 | 124 | 0 | 23 | 452 | 110 | 57 |
| Binary | 11001001 | 100010 | 11001111 | 11 | 1010100 | 0 | 10011 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C922CF
Complementary color
Monochromatic Colors of #C922CF
Black with #C922CF
Text Example
Text Example
White with #C922CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922CF; }
p { color: rgb(201,34,207); }
H1.HeaderClassName
{
color: #C922CF;
}
.AnyTagClassName
{
color: #C922CF;
}
</style>
background-color css
<style>
a { background-color: #C922CF; }
a { background-color: rgb(201,34,207); }
div.DivClassName
{
background-color: #C922CF;
}
.BgClassName
{
background-color: #C922CF;
}
</style>
border-color css
<style>
span { border-color: #C922CF; }
span { border-color: rgb(201,34,207); }
td.TdClassName
{
border-color: #C922CF;
}
.TagClassName
{
border-color: #C922CF;
}
</style>