Shades of Mandy #CC415D
Tints of Mandy #CC415D
RGB
CMYK
RGB Variations
Color information
#CC415D (or 0xCC415D) is known color: Mandy. HEX triplet: CC, 41 and 5D. RGB value is (204,65,93). Sum of RGB (Red+Green+Blue) = 204+65+93=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC415D is #33BEA2. Grayscale: #6D6D6D. Windows color (decimal): -3391139 or 6111692. OLE color: 6111692.
HSL color Cylindrical-coordinate representation of color #CC415D: hue angle of 347.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC415D is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 93 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.2 |
| HSL | 347.91º | 0.58% | 0.53% | - |
| HSV(B) | 347.91º | 0.68% | 0.8% | - |
| XYZ | 28.77 | 17.41 | 12.2 | - |
| YUV | 109.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 93 | 0 | 0.68 | 0.54 | 0.2 | 347.91 | 0.58 | 0.53 |
| Hex | CC | 41 | 5D | 0 | 44 | 36 | 14 | 15C | 3A | 35 |
| Octal | 314 | 101 | 135 | 0 | 104 | 66 | 24 | 534 | 72 | 65 |
| Binary | 11001100 | 1000001 | 1011101 | 0 | 1000100 | 110110 | 10100 | 101011100 | 111010 | 110101 |
Color Harmonies of #CC415D
Complementary color
Monochromatic Colors of #CC415D
Black with #CC415D
Text Example
Text Example
White with #CC415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC415D; }
p { color: rgb(204,65,93); }
H1.HeaderClassName
{
color: #CC415D;
}
.AnyTagClassName
{
color: #CC415D;
}
</style>
background-color css
<style>
a { background-color: #CC415D; }
a { background-color: rgb(204,65,93); }
div.DivClassName
{
background-color: #CC415D;
}
.BgClassName
{
background-color: #CC415D;
}
</style>
border-color css
<style>
span { border-color: #CC415D; }
span { border-color: rgb(204,65,93); }
td.TdClassName
{
border-color: #CC415D;
}
.TagClassName
{
border-color: #CC415D;
}
</style>