Shades of Mandy #CF425D
Tints of Mandy #CF425D
RGB
CMYK
RGB Variations
Color information
#CF425D (or 0xCF425D) is known color: Mandy. HEX triplet: CF, 42 and 5D. RGB value is (207,66,93). Sum of RGB (Red+Green+Blue) = 207+66+93=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF425D is #30BDA2. Grayscale: #6F6F6F. Windows color (decimal): -3194275 or 6111951. OLE color: 6111951.
HSL color Cylindrical-coordinate representation of color #CF425D: hue angle of 348.51º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF425D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 93 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.19 |
| HSL | 348.51º | 0.59% | 0.54% | - |
| HSV(B) | 348.51º | 0.68% | 0.81% | - |
| XYZ | 29.66 | 17.95 | 12.26 | - |
| YUV | 111.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 93 | 0 | 0.68 | 0.55 | 0.19 | 348.51 | 0.59 | 0.54 |
| Hex | CF | 42 | 5D | 0 | 44 | 37 | 13 | 15D | 3B | 36 |
| Octal | 317 | 102 | 135 | 0 | 104 | 67 | 23 | 535 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1011101 | 0 | 1000100 | 110111 | 10011 | 101011101 | 111011 | 110110 |
Color Harmonies of #CF425D
Complementary color
Monochromatic Colors of #CF425D
Black with #CF425D
Text Example
Text Example
White with #CF425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF425D; }
p { color: rgb(207,66,93); }
H1.HeaderClassName
{
color: #CF425D;
}
.AnyTagClassName
{
color: #CF425D;
}
</style>
background-color css
<style>
a { background-color: #CF425D; }
a { background-color: rgb(207,66,93); }
div.DivClassName
{
background-color: #CF425D;
}
.BgClassName
{
background-color: #CF425D;
}
</style>
border-color css
<style>
span { border-color: #CF425D; }
span { border-color: rgb(207,66,93); }
td.TdClassName
{
border-color: #CF425D;
}
.TagClassName
{
border-color: #CF425D;
}
</style>