Shades of Deep Magenta #C309CC
Tints of Deep Magenta #C309CC
RGB
CMYK
RGB Variations
Color information
#C309CC (or 0xC309CC) is known color: Deep Magenta. HEX triplet: C3, 09 and CC. RGB value is (195,9,204). Sum of RGB (Red+Green+Blue) = 195+9+204=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C309CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309CC is #3CF633. Grayscale: #565656. Windows color (decimal): -3995188 or 13371843. OLE color: 13371843.
HSL color Cylindrical-coordinate representation of color #C309CC: hue angle of 297.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C309CC is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 9 | 204 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.2 |
| HSL | 297.23º | 0.92% | 0.42% | - |
| HSV(B) | 297.23º | 0.96% | 0.8% | - |
| XYZ | 33.5 | 16.16 | 58.48 | - |
| YUV | 86.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 204 | 0.04 | 0.96 | 0 | 0.2 | 297.23 | 0.92 | 0.42 |
| Hex | C3 | 9 | CC | 4 | 60 | 0 | 14 | 129 | 5C | 2A |
| Octal | 303 | 11 | 314 | 4 | 140 | 0 | 24 | 451 | 134 | 52 |
| Binary | 11000011 | 1001 | 11001100 | 100 | 1100000 | 0 | 10100 | 100101001 | 1011100 | 101010 |
Color Harmonies of #C309CC
Complementary color
Monochromatic Colors of #C309CC
Black with #C309CC
Text Example
Text Example
White with #C309CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309CC; }
p { color: rgb(195,9,204); }
H1.HeaderClassName
{
color: #C309CC;
}
.AnyTagClassName
{
color: #C309CC;
}
</style>
background-color css
<style>
a { background-color: #C309CC; }
a { background-color: rgb(195,9,204); }
div.DivClassName
{
background-color: #C309CC;
}
.BgClassName
{
background-color: #C309CC;
}
</style>
border-color css
<style>
span { border-color: #C309CC; }
span { border-color: rgb(195,9,204); }
td.TdClassName
{
border-color: #C309CC;
}
.TagClassName
{
border-color: #C309CC;
}
</style>