Shades of Deep Magenta #C30CCB
Tints of Deep Magenta #C30CCB
RGB
CMYK
RGB Variations
Color information
#C30CCB (or 0xC30CCB) is known color: Deep Magenta. HEX triplet: C3, 0C and CB. RGB value is (195,12,203). Sum of RGB (Red+Green+Blue) = 195+12+203=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C30CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30CCB is #3CF334. Grayscale: #575757. Windows color (decimal): -3994421 or 13307075. OLE color: 13307075.
HSL color Cylindrical-coordinate representation of color #C30CCB: hue angle of 297.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30CCB is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 195 | 12 | 203 | - |
CMYK | 0.04 | 0.94 | 0 | 0.20 |
HSL | 297.49º | 0.89% | 0.42% | - |
HSV(B) | 297.49º | 0.94% | 0.8% | - |
XYZ | 33.42 | 16.18 | 57.86 | - |
YUV | 88.49 | 192.63 | 203.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 12 | 203 | 0.04 | 0.94 | 0 | 0.20 | 297.49 | 0.89 | 0.42 |
Hex | C3 | C | CB | 4 | 5E | 0 | 14 | 129 | 59 | 2A |
Octal | 303 | 14 | 313 | 4 | 136 | 0 | 24 | 451 | 131 | 52 |
Binary | 11000011 | 1100 | 11001011 | 100 | 1011110 | 0 | 10100 | 100101001 | 1011001 | 101010 |
Color Harmonies of #C30CCB
Complementary color
Monochromatic Colors of #C30CCB
Black with #C30CCB
Text Example
Text Example
White with #C30CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30CCB; }
p { color: rgb(195,12,203); }
H1.HeaderClassName
{
color: #C30CCB;
}
.AnyTagClassName
{
color: #C30CCB;
}
</style>
background-color css
<style>
a { background-color: #C30CCB; }
a { background-color: rgb(195,12,203); }
div.DivClassName
{
background-color: #C30CCB;
}
.BgClassName
{
background-color: #C30CCB;
}
</style>
border-color css
<style>
span { border-color: #C30CCB; }
span { border-color: rgb(195,12,203); }
td.TdClassName
{
border-color: #C30CCB;
}
.TagClassName
{
border-color: #C30CCB;
}
</style>