Shades of Deep Magenta #C307C2
Tints of Deep Magenta #C307C2
RGB
CMYK
RGB Variations
Color information
#C307C2 (or 0xC307C2) is known color: Deep Magenta. HEX triplet: C3, 07 and C2. RGB value is (195,7,194). Sum of RGB (Red+Green+Blue) = 195+7+194=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C307C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C307C2 is #3CF83D. Grayscale: #535353. Windows color (decimal): -3995710 or 12715971. OLE color: 12715971.
HSL color Cylindrical-coordinate representation of color #C307C2: hue angle of 300.32º degrees, saturation: 0.93, 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 #C307C2 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 194 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.24 |
| HSL | 300.32º | 0.93% | 0.4% | - |
| HSV(B) | 300.32º | 0.96% | 0.76% | - |
| XYZ | 32.32 | 15.65 | 52.36 | - |
| YUV | 84.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 194 | 0 | 0.96 | 0.01 | 0.24 | 300.32 | 0.93 | 0.4 |
| Hex | C3 | 7 | C2 | 0 | 60 | 1 | 18 | 12C | 5D | 28 |
| Octal | 303 | 7 | 302 | 0 | 140 | 1 | 30 | 454 | 135 | 50 |
| Binary | 11000011 | 111 | 11000010 | 0 | 1100000 | 1 | 11000 | 100101100 | 1011101 | 101000 |
Color Harmonies of #C307C2
Complementary color
Monochromatic Colors of #C307C2
Black with #C307C2
Text Example
Text Example
White with #C307C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C307C2; }
p { color: rgb(195,7,194); }
H1.HeaderClassName
{
color: #C307C2;
}
.AnyTagClassName
{
color: #C307C2;
}
</style>
background-color css
<style>
a { background-color: #C307C2; }
a { background-color: rgb(195,7,194); }
div.DivClassName
{
background-color: #C307C2;
}
.BgClassName
{
background-color: #C307C2;
}
</style>
border-color css
<style>
span { border-color: #C307C2; }
span { border-color: rgb(195,7,194); }
td.TdClassName
{
border-color: #C307C2;
}
.TagClassName
{
border-color: #C307C2;
}
</style>