Shades of Deep Magenta #C625BE
Tints of Deep Magenta #C625BE
RGB
CMYK
RGB Variations
Color information
#C625BE (or 0xC625BE) is known color: Deep Magenta. HEX triplet: C6, 25 and BE. RGB value is (198,37,190). Sum of RGB (Red+Green+Blue) = 198+37+190=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C625BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625BE is #39DA41. Grayscale: #666666. Windows color (decimal): -3791426 or 12461510. OLE color: 12461510.
HSL color Cylindrical-coordinate representation of color #C625BE: hue angle of 302.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C625BE is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 190 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.22 |
| HSL | 302.98º | 0.69% | 0.46% | - |
| HSV(B) | 302.98º | 0.81% | 0.78% | - |
| XYZ | 33.24 | 17.05 | 50.25 | - |
| YUV | 102.58 | 177.34 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 190 | 0 | 0.81 | 0.04 | 0.22 | 302.98 | 0.69 | 0.46 |
| Hex | C6 | 25 | BE | 0 | 51 | 4 | 16 | 12F | 45 | 2E |
| Octal | 306 | 45 | 276 | 0 | 121 | 4 | 26 | 457 | 105 | 56 |
| Binary | 11000110 | 100101 | 10111110 | 0 | 1010001 | 100 | 10110 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C625BE
Complementary color
Monochromatic Colors of #C625BE
Black with #C625BE
Text Example
Text Example
White with #C625BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625BE; }
p { color: rgb(198,37,190); }
H1.HeaderClassName
{
color: #C625BE;
}
.AnyTagClassName
{
color: #C625BE;
}
</style>
background-color css
<style>
a { background-color: #C625BE; }
a { background-color: rgb(198,37,190); }
div.DivClassName
{
background-color: #C625BE;
}
.BgClassName
{
background-color: #C625BE;
}
</style>
border-color css
<style>
span { border-color: #C625BE; }
span { border-color: rgb(198,37,190); }
td.TdClassName
{
border-color: #C625BE;
}
.TagClassName
{
border-color: #C625BE;
}
</style>