Shades of Deep Magenta #C32ACF
Tints of Deep Magenta #C32ACF
RGB
CMYK
RGB Variations
Color information
#C32ACF (or 0xC32ACF) is known color: Deep Magenta. HEX triplet: C3, 2A and CF. RGB value is (195,42,207). Sum of RGB (Red+Green+Blue) = 195+42+207=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C32ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C32ACF is #3CD530. Grayscale: #6A6A6A. Windows color (decimal): -3986737 or 13576899. OLE color: 13576899.
HSL color Cylindrical-coordinate representation of color #C32ACF: hue angle of 295.64º 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 #C32ACF is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 42 | 207 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.19 |
| HSL | 295.64º | 0.66% | 0.49% | - |
| HSV(B) | 295.64º | 0.8% | 0.81% | - |
| XYZ | 34.6 | 17.76 | 60.64 | - |
| YUV | 106.56 | 184.69 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 207 | 0.06 | 0.80 | 0 | 0.19 | 295.64 | 0.66 | 0.49 |
| Hex | C3 | 2A | CF | 6 | 50 | 0 | 13 | 128 | 42 | 31 |
| Octal | 303 | 52 | 317 | 6 | 120 | 0 | 23 | 450 | 102 | 61 |
| Binary | 11000011 | 101010 | 11001111 | 110 | 1010000 | 0 | 10011 | 100101000 | 1000010 | 110001 |
Color Harmonies of #C32ACF
Complementary color
Monochromatic Colors of #C32ACF
Black with #C32ACF
Text Example
Text Example
White with #C32ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32ACF; }
p { color: rgb(195,42,207); }
H1.HeaderClassName
{
color: #C32ACF;
}
.AnyTagClassName
{
color: #C32ACF;
}
</style>
background-color css
<style>
a { background-color: #C32ACF; }
a { background-color: rgb(195,42,207); }
div.DivClassName
{
background-color: #C32ACF;
}
.BgClassName
{
background-color: #C32ACF;
}
</style>
border-color css
<style>
span { border-color: #C32ACF; }
span { border-color: rgb(195,42,207); }
td.TdClassName
{
border-color: #C32ACF;
}
.TagClassName
{
border-color: #C32ACF;
}
</style>