Shades of Deep Magenta #C30ACF
Tints of Deep Magenta #C30ACF
RGB
CMYK
RGB Variations
Color information
#C30ACF (or 0xC30ACF) is known color: Deep Magenta. HEX triplet: C3, 0A and CF. RGB value is (195,10,207). Sum of RGB (Red+Green+Blue) = 195+10+207=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C30ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30ACF is #3CF530. Grayscale: #575757. Windows color (decimal): -3994929 or 13568707. OLE color: 13568707.
HSL color Cylindrical-coordinate representation of color #C30ACF: hue angle of 296.35º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30ACF is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 10 | 207 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.19 |
| HSL | 296.35º | 0.91% | 0.43% | - |
| HSV(B) | 296.35º | 0.95% | 0.81% | - |
| XYZ | 33.88 | 16.32 | 60.4 | - |
| YUV | 87.77 | 195.29 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 207 | 0.06 | 0.95 | 0 | 0.19 | 296.35 | 0.91 | 0.43 |
| Hex | C3 | A | CF | 6 | 5F | 0 | 13 | 128 | 5B | 2B |
| Octal | 303 | 12 | 317 | 6 | 137 | 0 | 23 | 450 | 133 | 53 |
| Binary | 11000011 | 1010 | 11001111 | 110 | 1011111 | 0 | 10011 | 100101000 | 1011011 | 101011 |
Color Harmonies of #C30ACF
Complementary color
Monochromatic Colors of #C30ACF
Black with #C30ACF
Text Example
Text Example
White with #C30ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30ACF; }
p { color: rgb(195,10,207); }
H1.HeaderClassName
{
color: #C30ACF;
}
.AnyTagClassName
{
color: #C30ACF;
}
</style>
background-color css
<style>
a { background-color: #C30ACF; }
a { background-color: rgb(195,10,207); }
div.DivClassName
{
background-color: #C30ACF;
}
.BgClassName
{
background-color: #C30ACF;
}
</style>
border-color css
<style>
span { border-color: #C30ACF; }
span { border-color: rgb(195,10,207); }
td.TdClassName
{
border-color: #C30ACF;
}
.TagClassName
{
border-color: #C30ACF;
}
</style>