Shades of Mandy #CC405E
Tints of Mandy #CC405E
RGB
CMYK
RGB Variations
Color information
#CC405E (or 0xCC405E) is known color: Mandy. HEX triplet: CC, 40 and 5E. RGB value is (204,64,94). Sum of RGB (Red+Green+Blue) = 204+64+94=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC405E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC405E is #33BFA1. Grayscale: #6D6D6D. Windows color (decimal): -3391394 or 6176972. OLE color: 6176972.
HSL color Cylindrical-coordinate representation of color #CC405E: hue angle of 347.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC405E is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 94 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.2 |
| HSL | 347.14º | 0.58% | 0.53% | - |
| HSV(B) | 347.14º | 0.69% | 0.8% | - |
| XYZ | 28.76 | 17.31 | 12.42 | - |
| YUV | 109.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 94 | 0 | 0.69 | 0.54 | 0.2 | 347.14 | 0.58 | 0.53 |
| Hex | CC | 40 | 5E | 0 | 45 | 36 | 14 | 15B | 3A | 35 |
| Octal | 314 | 100 | 136 | 0 | 105 | 66 | 24 | 533 | 72 | 65 |
| Binary | 11001100 | 1000000 | 1011110 | 0 | 1000101 | 110110 | 10100 | 101011011 | 111010 | 110101 |
Color Harmonies of #CC405E
Complementary color
Monochromatic Colors of #CC405E
Black with #CC405E
Text Example
Text Example
White with #CC405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC405E; }
p { color: rgb(204,64,94); }
H1.HeaderClassName
{
color: #CC405E;
}
.AnyTagClassName
{
color: #CC405E;
}
</style>
background-color css
<style>
a { background-color: #CC405E; }
a { background-color: rgb(204,64,94); }
div.DivClassName
{
background-color: #CC405E;
}
.BgClassName
{
background-color: #CC405E;
}
</style>
border-color css
<style>
span { border-color: #CC405E; }
span { border-color: rgb(204,64,94); }
td.TdClassName
{
border-color: #CC405E;
}
.TagClassName
{
border-color: #CC405E;
}
</style>