Shades of Deep Magenta #C30BC4
Tints of Deep Magenta #C30BC4
RGB
CMYK
RGB Variations
Color information
#C30BC4 (or 0xC30BC4) is known color: Deep Magenta. HEX triplet: C3, 0B and C4. RGB value is (195,11,196). Sum of RGB (Red+Green+Blue) = 195+11+196=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #C30BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BC4 is #3CF43B. Grayscale: #565656. Windows color (decimal): -3994684 or 12848067. OLE color: 12848067.
HSL color Cylindrical-coordinate representation of color #C30BC4: hue angle of 299.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BC4 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 11 | 196 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.23 |
| HSL | 299.68º | 0.89% | 0.41% | - |
| HSV(B) | 299.68º | 0.94% | 0.77% | - |
| XYZ | 32.59 | 15.83 | 53.56 | - |
| YUV | 87.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 196 | 0.01 | 0.94 | 0 | 0.23 | 299.68 | 0.89 | 0.41 |
| Hex | C3 | B | C4 | 1 | 5E | 0 | 17 | 12C | 59 | 29 |
| Octal | 303 | 13 | 304 | 1 | 136 | 0 | 27 | 454 | 131 | 51 |
| Binary | 11000011 | 1011 | 11000100 | 1 | 1011110 | 0 | 10111 | 100101100 | 1011001 | 101001 |
Color Harmonies of #C30BC4
Complementary color
Monochromatic Colors of #C30BC4
Black with #C30BC4
Text Example
Text Example
White with #C30BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BC4; }
p { color: rgb(195,11,196); }
H1.HeaderClassName
{
color: #C30BC4;
}
.AnyTagClassName
{
color: #C30BC4;
}
</style>
background-color css
<style>
a { background-color: #C30BC4; }
a { background-color: rgb(195,11,196); }
div.DivClassName
{
background-color: #C30BC4;
}
.BgClassName
{
background-color: #C30BC4;
}
</style>
border-color css
<style>
span { border-color: #C30BC4; }
span { border-color: rgb(195,11,196); }
td.TdClassName
{
border-color: #C30BC4;
}
.TagClassName
{
border-color: #C30BC4;
}
</style>