Shades of Mandy #CF415C
Tints of Mandy #CF415C
RGB
CMYK
RGB Variations
Color information
#CF415C (or 0xCF415C) is known color: Mandy. HEX triplet: CF, 41 and 5C. RGB value is (207,65,92). Sum of RGB (Red+Green+Blue) = 207+65+92=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF415C is #30BEA3. Grayscale: #6E6E6E. Windows color (decimal): -3194532 or 6046159. OLE color: 6046159.
HSL color Cylindrical-coordinate representation of color #CF415C: hue angle of 348.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF415C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 92 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.19 |
| HSL | 348.59º | 0.6% | 0.53% | - |
| HSV(B) | 348.59º | 0.69% | 0.81% | - |
| XYZ | 29.55 | 17.82 | 12.01 | - |
| YUV | 110.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 92 | 0 | 0.69 | 0.56 | 0.19 | 348.59 | 0.6 | 0.53 |
| Hex | CF | 41 | 5C | 0 | 45 | 38 | 13 | 15D | 3C | 35 |
| Octal | 317 | 101 | 134 | 0 | 105 | 70 | 23 | 535 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1011100 | 0 | 1000101 | 111000 | 10011 | 101011101 | 111100 | 110101 |
Color Harmonies of #CF415C
Complementary color
Monochromatic Colors of #CF415C
Black with #CF415C
Text Example
Text Example
White with #CF415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF415C; }
p { color: rgb(207,65,92); }
H1.HeaderClassName
{
color: #CF415C;
}
.AnyTagClassName
{
color: #CF415C;
}
</style>
background-color css
<style>
a { background-color: #CF415C; }
a { background-color: rgb(207,65,92); }
div.DivClassName
{
background-color: #CF415C;
}
.BgClassName
{
background-color: #CF415C;
}
</style>
border-color css
<style>
span { border-color: #CF415C; }
span { border-color: rgb(207,65,92); }
td.TdClassName
{
border-color: #CF415C;
}
.TagClassName
{
border-color: #CF415C;
}
</style>