Shades of Deep Magenta #C612B3
Tints of Deep Magenta #C612B3
RGB
CMYK
RGB Variations
Color information
#C612B3 (or 0xC612B3) is known color: Deep Magenta. HEX triplet: C6, 12 and B3. RGB value is (198,18,179). Sum of RGB (Red+Green+Blue) = 198+18+179=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C612B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C612B3 is #39ED4C. Grayscale: #595959. Windows color (decimal): -3796301 or 11735750. OLE color: 11735750.
HSL color Cylindrical-coordinate representation of color #C612B3: hue angle of 306.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C612B3 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 179 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.22 |
| HSL | 306.33º | 0.83% | 0.42% | - |
| HSV(B) | 306.33º | 0.91% | 0.78% | - |
| XYZ | 31.64 | 15.69 | 44.01 | - |
| YUV | 90.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 179 | 0 | 0.91 | 0.10 | 0.22 | 306.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | B3 | 0 | 5B | A | 16 | 132 | 53 | 2A |
| Octal | 306 | 22 | 263 | 0 | 133 | 12 | 26 | 462 | 123 | 52 |
| Binary | 11000110 | 10010 | 10110011 | 0 | 1011011 | 1010 | 10110 | 100110010 | 1010011 | 101010 |
Color Harmonies of #C612B3
Complementary color
Monochromatic Colors of #C612B3
Black with #C612B3
Text Example
Text Example
White with #C612B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C612B3; }
p { color: rgb(198,18,179); }
H1.HeaderClassName
{
color: #C612B3;
}
.AnyTagClassName
{
color: #C612B3;
}
</style>
background-color css
<style>
a { background-color: #C612B3; }
a { background-color: rgb(198,18,179); }
div.DivClassName
{
background-color: #C612B3;
}
.BgClassName
{
background-color: #C612B3;
}
</style>
border-color css
<style>
span { border-color: #C612B3; }
span { border-color: rgb(198,18,179); }
td.TdClassName
{
border-color: #C612B3;
}
.TagClassName
{
border-color: #C612B3;
}
</style>