Shades of Deep Magenta #C305D2
Tints of Deep Magenta #C305D2
RGB
CMYK
RGB Variations
Color information
#C305D2 (or 0xC305D2) is known color: Deep Magenta. HEX triplet: C3, 05 and D2. RGB value is (195,5,210). Sum of RGB (Red+Green+Blue) = 195+5+210=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 210 (82.42% from 255 or 51.22% from 410); Max value from RGB is 210 - color contains mainly: blue. Hex color #C305D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305D2 is #3CFA2D. Grayscale: #545454. Windows color (decimal): -3996206 or 13764035. OLE color: 13764035.
HSL color Cylindrical-coordinate representation of color #C305D2: hue angle of 295.61º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C305D2 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 5 | 210 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.18 |
| HSL | 295.61º | 0.95% | 0.42% | - |
| HSV(B) | 295.61º | 0.98% | 0.82% | - |
| XYZ | 34.19 | 16.36 | 62.33 | - |
| YUV | 85.18 | 198.45 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 210 | 0.07 | 0.98 | 0 | 0.18 | 295.61 | 0.95 | 0.42 |
| Hex | C3 | 5 | D2 | 7 | 62 | 0 | 12 | 128 | 5F | 2A |
| Octal | 303 | 5 | 322 | 7 | 142 | 0 | 22 | 450 | 137 | 52 |
| Binary | 11000011 | 101 | 11010010 | 111 | 1100010 | 0 | 10010 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C305D2
Complementary color
Monochromatic Colors of #C305D2
Black with #C305D2
Text Example
Text Example
White with #C305D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305D2; }
p { color: rgb(195,5,210); }
H1.HeaderClassName
{
color: #C305D2;
}
.AnyTagClassName
{
color: #C305D2;
}
</style>
background-color css
<style>
a { background-color: #C305D2; }
a { background-color: rgb(195,5,210); }
div.DivClassName
{
background-color: #C305D2;
}
.BgClassName
{
background-color: #C305D2;
}
</style>
border-color css
<style>
span { border-color: #C305D2; }
span { border-color: rgb(195,5,210); }
td.TdClassName
{
border-color: #C305D2;
}
.TagClassName
{
border-color: #C305D2;
}
</style>