Shades of Mandy #CF415B
Tints of Mandy #CF415B
RGB
CMYK
RGB Variations
Color information
#CF415B (or 0xCF415B) is known color: Mandy. HEX triplet: CF, 41 and 5B. RGB value is (207,65,91). Sum of RGB (Red+Green+Blue) = 207+65+91=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF415B is #30BEA4. Grayscale: #6E6E6E. Windows color (decimal): -3194533 or 5980623. OLE color: 5980623.
HSL color Cylindrical-coordinate representation of color #CF415B: hue angle of 349.01º 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 #CF415B is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 91 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.19 |
| HSL | 349.01º | 0.6% | 0.53% | - |
| HSV(B) | 349.01º | 0.69% | 0.81% | - |
| XYZ | 29.51 | 17.8 | 11.78 | - |
| YUV | 110.42 | 117.04 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 91 | 0 | 0.69 | 0.56 | 0.19 | 349.01 | 0.6 | 0.53 |
| Hex | CF | 41 | 5B | 0 | 45 | 38 | 13 | 15D | 3C | 35 |
| Octal | 317 | 101 | 133 | 0 | 105 | 70 | 23 | 535 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1011011 | 0 | 1000101 | 111000 | 10011 | 101011101 | 111100 | 110101 |
Color Harmonies of #CF415B
Complementary color
Monochromatic Colors of #CF415B
Black with #CF415B
Text Example
Text Example
White with #CF415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF415B; }
p { color: rgb(207,65,91); }
H1.HeaderClassName
{
color: #CF415B;
}
.AnyTagClassName
{
color: #CF415B;
}
</style>
background-color css
<style>
a { background-color: #CF415B; }
a { background-color: rgb(207,65,91); }
div.DivClassName
{
background-color: #CF415B;
}
.BgClassName
{
background-color: #CF415B;
}
</style>
border-color css
<style>
span { border-color: #CF415B; }
span { border-color: rgb(207,65,91); }
td.TdClassName
{
border-color: #CF415B;
}
.TagClassName
{
border-color: #CF415B;
}
</style>