Shades of Deep Magenta #C309BC
Tints of Deep Magenta #C309BC
RGB
CMYK
RGB Variations
Color information
#C309BC (or 0xC309BC) is known color: Deep Magenta. HEX triplet: C3, 09 and BC. RGB value is (195,9,188). Sum of RGB (Red+Green+Blue) = 195+9+188=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C309BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C309BC is #3CF643. Grayscale: #545454. Windows color (decimal): -3995204 or 12323267. OLE color: 12323267.
HSL color Cylindrical-coordinate representation of color #C309BC: hue angle of 302.26º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C309BC is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 188 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.24 |
| HSL | 302.26º | 0.91% | 0.4% | - |
| HSV(B) | 302.26º | 0.95% | 0.76% | - |
| XYZ | 31.68 | 15.43 | 48.89 | - |
| YUV | 85.02 | 186.12 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 188 | 0 | 0.95 | 0.04 | 0.24 | 302.26 | 0.91 | 0.4 |
| Hex | C3 | 9 | BC | 0 | 5F | 4 | 18 | 12E | 5B | 28 |
| Octal | 303 | 11 | 274 | 0 | 137 | 4 | 30 | 456 | 133 | 50 |
| Binary | 11000011 | 1001 | 10111100 | 0 | 1011111 | 100 | 11000 | 100101110 | 1011011 | 101000 |
Color Harmonies of #C309BC
Complementary color
Monochromatic Colors of #C309BC
Black with #C309BC
Text Example
Text Example
White with #C309BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309BC; }
p { color: rgb(195,9,188); }
H1.HeaderClassName
{
color: #C309BC;
}
.AnyTagClassName
{
color: #C309BC;
}
</style>
background-color css
<style>
a { background-color: #C309BC; }
a { background-color: rgb(195,9,188); }
div.DivClassName
{
background-color: #C309BC;
}
.BgClassName
{
background-color: #C309BC;
}
</style>
border-color css
<style>
span { border-color: #C309BC; }
span { border-color: rgb(195,9,188); }
td.TdClassName
{
border-color: #C309BC;
}
.TagClassName
{
border-color: #C309BC;
}
</style>