Shades of Deep Magenta #C304CC
Tints of Deep Magenta #C304CC
RGB
CMYK
RGB Variations
Color information
#C304CC (or 0xC304CC) is known color: Deep Magenta. HEX triplet: C3, 04 and CC. RGB value is (195,4,204). Sum of RGB (Red+Green+Blue) = 195+4+204=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #C304CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C304CC is #3CFB33. Grayscale: #535353. Windows color (decimal): -3996468 or 13370563. OLE color: 13370563.
HSL color Cylindrical-coordinate representation of color #C304CC: hue angle of 297.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C304CC is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 4 | 204 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.2 |
| HSL | 297.3º | 0.96% | 0.41% | - |
| HSV(B) | 297.3º | 0.98% | 0.8% | - |
| XYZ | 33.45 | 16.05 | 58.46 | - |
| YUV | 83.91 | 195.78 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 204 | 0.04 | 0.98 | 0 | 0.2 | 297.3 | 0.96 | 0.41 |
| Hex | C3 | 4 | CC | 4 | 62 | 0 | 14 | 129 | 60 | 29 |
| Octal | 303 | 4 | 314 | 4 | 142 | 0 | 24 | 451 | 140 | 51 |
| Binary | 11000011 | 100 | 11001100 | 100 | 1100010 | 0 | 10100 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C304CC
Complementary color
Monochromatic Colors of #C304CC
Black with #C304CC
Text Example
Text Example
White with #C304CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C304CC; }
p { color: rgb(195,4,204); }
H1.HeaderClassName
{
color: #C304CC;
}
.AnyTagClassName
{
color: #C304CC;
}
</style>
background-color css
<style>
a { background-color: #C304CC; }
a { background-color: rgb(195,4,204); }
div.DivClassName
{
background-color: #C304CC;
}
.BgClassName
{
background-color: #C304CC;
}
</style>
border-color css
<style>
span { border-color: #C304CC; }
span { border-color: rgb(195,4,204); }
td.TdClassName
{
border-color: #C304CC;
}
.TagClassName
{
border-color: #C304CC;
}
</style>