Shades of Deep Magenta #C30FDA
Tints of Deep Magenta #C30FDA
RGB
CMYK
RGB Variations
Color information
#C30FDA (or 0xC30FDA) is known color: Deep Magenta. HEX triplet: C3, 0F and DA. RGB value is (195,15,218). Sum of RGB (Red+Green+Blue) = 195+15+218=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #C30FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30FDA is #3CF025. Grayscale: #5B5B5B. Windows color (decimal): -3993638 or 14290883. OLE color: 14290883.
HSL color Cylindrical-coordinate representation of color #C30FDA: hue angle of 293.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30FDA is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 15 | 218 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.15 |
| HSL | 293.2º | 0.87% | 0.46% | - |
| HSV(B) | 293.2º | 0.93% | 0.85% | - |
| XYZ | 35.33 | 17.01 | 67.75 | - |
| YUV | 91.96 | 199.13 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 218 | 0.11 | 0.93 | 0 | 0.15 | 293.2 | 0.87 | 0.46 |
| Hex | C3 | F | DA | B | 5D | 0 | F | 125 | 57 | 2E |
| Octal | 303 | 17 | 332 | 13 | 135 | 0 | 17 | 445 | 127 | 56 |
| Binary | 11000011 | 1111 | 11011010 | 1011 | 1011101 | 0 | 1111 | 100100101 | 1010111 | 101110 |
Color Harmonies of #C30FDA
Complementary color
Monochromatic Colors of #C30FDA
Black with #C30FDA
Text Example
Text Example
White with #C30FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FDA; }
p { color: rgb(195,15,218); }
H1.HeaderClassName
{
color: #C30FDA;
}
.AnyTagClassName
{
color: #C30FDA;
}
</style>
background-color css
<style>
a { background-color: #C30FDA; }
a { background-color: rgb(195,15,218); }
div.DivClassName
{
background-color: #C30FDA;
}
.BgClassName
{
background-color: #C30FDA;
}
</style>
border-color css
<style>
span { border-color: #C30FDA; }
span { border-color: rgb(195,15,218); }
td.TdClassName
{
border-color: #C30FDA;
}
.TagClassName
{
border-color: #C30FDA;
}
</style>