Shades of Mulberry #CF419B
Tints of Mulberry #CF419B
RGB
CMYK
RGB Variations
Color information
#CF419B (or 0xCF419B) is known color: Mulberry. HEX triplet: CF, 41 and 9B. RGB value is (207,65,155). Sum of RGB (Red+Green+Blue) = 207+65+155=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF419B is #30BE64. Grayscale: #757575. Windows color (decimal): -3194469 or 10174927. OLE color: 10174927.
HSL color Cylindrical-coordinate representation of color #CF419B: hue angle of 321.97º 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 #CF419B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 155 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.19 |
| HSL | 321.97º | 0.6% | 0.53% | - |
| HSV(B) | 321.97º | 0.69% | 0.81% | - |
| XYZ | 33.54 | 19.41 | 32.99 | - |
| YUV | 117.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 155 | 0 | 0.69 | 0.25 | 0.19 | 321.97 | 0.6 | 0.53 |
| Hex | CF | 41 | 9B | 0 | 45 | 19 | 13 | 142 | 3C | 35 |
| Octal | 317 | 101 | 233 | 0 | 105 | 31 | 23 | 502 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10011011 | 0 | 1000101 | 11001 | 10011 | 101000010 | 111100 | 110101 |
Color Harmonies of #CF419B
Complementary color
Monochromatic Colors of #CF419B
Black with #CF419B
Text Example
Text Example
White with #CF419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF419B; }
p { color: rgb(207,65,155); }
H1.HeaderClassName
{
color: #CF419B;
}
.AnyTagClassName
{
color: #CF419B;
}
</style>
background-color css
<style>
a { background-color: #CF419B; }
a { background-color: rgb(207,65,155); }
div.DivClassName
{
background-color: #CF419B;
}
.BgClassName
{
background-color: #CF419B;
}
</style>
border-color css
<style>
span { border-color: #CF419B; }
span { border-color: rgb(207,65,155); }
td.TdClassName
{
border-color: #CF419B;
}
.TagClassName
{
border-color: #CF419B;
}
</style>