Shades of Deep Magenta #C308AA
Tints of Deep Magenta #C308AA
RGB
CMYK
RGB Variations
Color information
#C308AA (or 0xC308AA) is known color: Deep Magenta. HEX triplet: C3, 08 and AA. RGB value is (195,8,170). Sum of RGB (Red+Green+Blue) = 195+8+170=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C308AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C308AA is #3CF755. Grayscale: #515151. Windows color (decimal): -3995478 or 11143363. OLE color: 11143363.
HSL color Cylindrical-coordinate representation of color #C308AA: hue angle of 308.02º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C308AA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.24 |
| HSL | 308.02º | 0.92% | 0.4% | - |
| HSV(B) | 308.02º | 0.96% | 0.76% | - |
| XYZ | 29.85 | 14.68 | 39.29 | - |
| YUV | 82.38 | 177.45 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 170 | 0 | 0.96 | 0.13 | 0.24 | 308.02 | 0.92 | 0.4 |
| Hex | C3 | 8 | AA | 0 | 60 | D | 18 | 134 | 5C | 28 |
| Octal | 303 | 10 | 252 | 0 | 140 | 15 | 30 | 464 | 134 | 50 |
| Binary | 11000011 | 1000 | 10101010 | 0 | 1100000 | 1101 | 11000 | 100110100 | 1011100 | 101000 |
Color Harmonies of #C308AA
Complementary color
Monochromatic Colors of #C308AA
Black with #C308AA
Text Example
Text Example
White with #C308AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C308AA; }
p { color: rgb(195,8,170); }
H1.HeaderClassName
{
color: #C308AA;
}
.AnyTagClassName
{
color: #C308AA;
}
</style>
background-color css
<style>
a { background-color: #C308AA; }
a { background-color: rgb(195,8,170); }
div.DivClassName
{
background-color: #C308AA;
}
.BgClassName
{
background-color: #C308AA;
}
</style>
border-color css
<style>
span { border-color: #C308AA; }
span { border-color: rgb(195,8,170); }
td.TdClassName
{
border-color: #C308AA;
}
.TagClassName
{
border-color: #C308AA;
}
</style>