Shades of Deep Magenta #C625BC
Tints of Deep Magenta #C625BC
RGB
CMYK
RGB Variations
Color information
#C625BC (or 0xC625BC) is known color: Deep Magenta. HEX triplet: C6, 25 and BC. RGB value is (198,37,188). Sum of RGB (Red+Green+Blue) = 198+37+188=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C625BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C625BC is #39DA43. Grayscale: #656565. Windows color (decimal): -3791428 or 12330438. OLE color: 12330438.
HSL color Cylindrical-coordinate representation of color #C625BC: hue angle of 303.73º 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 #C625BC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 188 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.22 |
| HSL | 303.73º | 0.69% | 0.46% | - |
| HSV(B) | 303.73º | 0.81% | 0.78% | - |
| XYZ | 33.03 | 16.96 | 49.11 | - |
| YUV | 102.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 188 | 0 | 0.81 | 0.05 | 0.22 | 303.73 | 0.69 | 0.46 |
| Hex | C6 | 25 | BC | 0 | 51 | 5 | 16 | 130 | 45 | 2E |
| Octal | 306 | 45 | 274 | 0 | 121 | 5 | 26 | 460 | 105 | 56 |
| Binary | 11000110 | 100101 | 10111100 | 0 | 1010001 | 101 | 10110 | 100110000 | 1000101 | 101110 |
Color Harmonies of #C625BC
Complementary color
Monochromatic Colors of #C625BC
Black with #C625BC
Text Example
Text Example
White with #C625BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C625BC; }
p { color: rgb(198,37,188); }
H1.HeaderClassName
{
color: #C625BC;
}
.AnyTagClassName
{
color: #C625BC;
}
</style>
background-color css
<style>
a { background-color: #C625BC; }
a { background-color: rgb(198,37,188); }
div.DivClassName
{
background-color: #C625BC;
}
.BgClassName
{
background-color: #C625BC;
}
</style>
border-color css
<style>
span { border-color: #C625BC; }
span { border-color: rgb(198,37,188); }
td.TdClassName
{
border-color: #C625BC;
}
.TagClassName
{
border-color: #C625BC;
}
</style>