Shades of Deep Magenta #C62ACF
Tints of Deep Magenta #C62ACF
RGB
CMYK
RGB Variations
Color information
#C62ACF (or 0xC62ACF) is known color: Deep Magenta. HEX triplet: C6, 2A and CF. RGB value is (198,42,207). Sum of RGB (Red+Green+Blue) = 198+42+207=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #C62ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62ACF is #39D530. Grayscale: #6A6A6A. Windows color (decimal): -3790129 or 13576902. OLE color: 13576902.
HSL color Cylindrical-coordinate representation of color #C62ACF: hue angle of 296.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62ACF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 42 | 207 | - |
| CMYK | 0.04 | 0.80 | 0 | 0.19 |
| HSL | 296.73º | 0.66% | 0.49% | - |
| HSV(B) | 296.73º | 0.8% | 0.81% | - |
| XYZ | 35.38 | 18.17 | 60.67 | - |
| YUV | 107.45 | 184.18 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 207 | 0.04 | 0.80 | 0 | 0.19 | 296.73 | 0.66 | 0.49 |
| Hex | C6 | 2A | CF | 4 | 50 | 0 | 13 | 129 | 42 | 31 |
| Octal | 306 | 52 | 317 | 4 | 120 | 0 | 23 | 451 | 102 | 61 |
| Binary | 11000110 | 101010 | 11001111 | 100 | 1010000 | 0 | 10011 | 100101001 | 1000010 | 110001 |
Color Harmonies of #C62ACF
Complementary color
Monochromatic Colors of #C62ACF
Black with #C62ACF
Text Example
Text Example
White with #C62ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62ACF; }
p { color: rgb(198,42,207); }
H1.HeaderClassName
{
color: #C62ACF;
}
.AnyTagClassName
{
color: #C62ACF;
}
</style>
background-color css
<style>
a { background-color: #C62ACF; }
a { background-color: rgb(198,42,207); }
div.DivClassName
{
background-color: #C62ACF;
}
.BgClassName
{
background-color: #C62ACF;
}
</style>
border-color css
<style>
span { border-color: #C62ACF; }
span { border-color: rgb(198,42,207); }
td.TdClassName
{
border-color: #C62ACF;
}
.TagClassName
{
border-color: #C62ACF;
}
</style>