Shades of Mandy #CF414B
Tints of Mandy #CF414B
RGB
CMYK
RGB Variations
Color information
#CF414B (or 0xCF414B) is known color: Mandy. HEX triplet: CF, 41 and 4B. RGB value is (207,65,75). Sum of RGB (Red+Green+Blue) = 207+65+75=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF414B is #30BEB4. Grayscale: #6C6C6C. Windows color (decimal): -3194549 or 4932047. OLE color: 4932047.
HSL color Cylindrical-coordinate representation of color #CF414B: hue angle of 355.77º 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 #CF414B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 75 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.19 |
| HSL | 355.77º | 0.6% | 0.53% | - |
| HSV(B) | 355.77º | 0.69% | 0.81% | - |
| XYZ | 28.89 | 17.55 | 8.52 | - |
| YUV | 108.6 | 109.04 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 75 | 0 | 0.69 | 0.64 | 0.19 | 355.77 | 0.6 | 0.53 |
| Hex | CF | 41 | 4B | 0 | 45 | 40 | 13 | 164 | 3C | 35 |
| Octal | 317 | 101 | 113 | 0 | 105 | 100 | 23 | 544 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1001011 | 0 | 1000101 | 1000000 | 10011 | 101100100 | 111100 | 110101 |
Color Harmonies of #CF414B
Complementary color
Monochromatic Colors of #CF414B
Black with #CF414B
Text Example
Text Example
White with #CF414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF414B; }
p { color: rgb(207,65,75); }
H1.HeaderClassName
{
color: #CF414B;
}
.AnyTagClassName
{
color: #CF414B;
}
</style>
background-color css
<style>
a { background-color: #CF414B; }
a { background-color: rgb(207,65,75); }
div.DivClassName
{
background-color: #CF414B;
}
.BgClassName
{
background-color: #CF414B;
}
</style>
border-color css
<style>
span { border-color: #CF414B; }
span { border-color: rgb(207,65,75); }
td.TdClassName
{
border-color: #CF414B;
}
.TagClassName
{
border-color: #CF414B;
}
</style>