Shades of Deep Magenta #C626CC
Tints of Deep Magenta #C626CC
RGB
CMYK
RGB Variations
Color information
#C626CC (or 0xC626CC) is known color: Deep Magenta. HEX triplet: C6, 26 and CC. RGB value is (198,38,204). Sum of RGB (Red+Green+Blue) = 198+38+204=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #C626CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C626CC is #39D933. Grayscale: #686868. Windows color (decimal): -3791156 or 13379270. OLE color: 13379270.
HSL color Cylindrical-coordinate representation of color #C626CC: hue angle of 297.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C626CC is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 38 | 204 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.2 |
| HSL | 297.83º | 0.69% | 0.47% | - |
| HSV(B) | 297.83º | 0.81% | 0.8% | - |
| XYZ | 34.88 | 17.75 | 58.71 | - |
| YUV | 104.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 204 | 0.03 | 0.81 | 0 | 0.2 | 297.83 | 0.69 | 0.47 |
| Hex | C6 | 26 | CC | 3 | 51 | 0 | 14 | 12A | 45 | 2F |
| Octal | 306 | 46 | 314 | 3 | 121 | 0 | 24 | 452 | 105 | 57 |
| Binary | 11000110 | 100110 | 11001100 | 11 | 1010001 | 0 | 10100 | 100101010 | 1000101 | 101111 |
Color Harmonies of #C626CC
Complementary color
Monochromatic Colors of #C626CC
Black with #C626CC
Text Example
Text Example
White with #C626CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626CC; }
p { color: rgb(198,38,204); }
H1.HeaderClassName
{
color: #C626CC;
}
.AnyTagClassName
{
color: #C626CC;
}
</style>
background-color css
<style>
a { background-color: #C626CC; }
a { background-color: rgb(198,38,204); }
div.DivClassName
{
background-color: #C626CC;
}
.BgClassName
{
background-color: #C626CC;
}
</style>
border-color css
<style>
span { border-color: #C626CC; }
span { border-color: rgb(198,38,204); }
td.TdClassName
{
border-color: #C626CC;
}
.TagClassName
{
border-color: #C626CC;
}
</style>