Shades of Medium Violet Red #CF0088
Tints of Medium Violet Red #CF0088
RGB
CMYK
RGB Variations
Color information
#CF0088 (or 0xCF0088) is known color: Medium Violet Red. HEX triplet: CF, 00 and 88. RGB value is (207,0,136). Sum of RGB (Red+Green+Blue) = 207+0+136=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0088 is #30FF77. Grayscale: #4D4D4D. Windows color (decimal): -3211128 or 8913103. OLE color: 8913103.
HSL color Cylindrical-coordinate representation of color #CF0088: hue angle of 320.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0088 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.34 | 0.19 |
| HSL | 320.58º | 1% | 0.41% | - |
| HSV(B) | 320.58º | 1% | 0.81% | - |
| XYZ | 30.18 | 15.04 | 24.61 | - |
| YUV | 77.4 | 161.08 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 136 | 0 | 1 | 0.34 | 0.19 | 320.58 | 1 | 0.41 |
| Hex | CF | 0 | 88 | 0 | 64 | 22 | 13 | 141 | 64 | 29 |
| Octal | 317 | 0 | 210 | 0 | 144 | 42 | 23 | 501 | 144 | 51 |
| Binary | 11001111 | 0 | 10001000 | 0 | 1100100 | 100010 | 10011 | 101000001 | 1100100 | 101001 |
Color Harmonies of #CF0088
Complementary color
Monochromatic Colors of #CF0088
Black with #CF0088
Text Example
Text Example
White with #CF0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0088; }
p { color: rgb(207,0,136); }
H1.HeaderClassName
{
color: #CF0088;
}
.AnyTagClassName
{
color: #CF0088;
}
</style>
background-color css
<style>
a { background-color: #CF0088; }
a { background-color: rgb(207,0,136); }
div.DivClassName
{
background-color: #CF0088;
}
.BgClassName
{
background-color: #CF0088;
}
</style>
border-color css
<style>
span { border-color: #CF0088; }
span { border-color: rgb(207,0,136); }
td.TdClassName
{
border-color: #CF0088;
}
.TagClassName
{
border-color: #CF0088;
}
</style>