Shades of Medium Violet Red #CA006D
Tints of Medium Violet Red #CA006D
RGB
CMYK
RGB Variations
Color information
#CA006D (or 0xCA006D) is known color: Medium Violet Red. HEX triplet: CA, 00 and 6D. RGB value is (202,0,109). Sum of RGB (Red+Green+Blue) = 202+0+109=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA006D is #35FF92. Grayscale: #484848. Windows color (decimal): -3538835 or 7143626. OLE color: 7143626.
HSL color Cylindrical-coordinate representation of color #CA006D: hue angle of 327.62º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA006D is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.46 | 0.21 |
| HSL | 327.62º | 1% | 0.4% | - |
| HSV(B) | 327.62º | 1% | 0.79% | - |
| XYZ | 27.12 | 13.66 | 15.68 | - |
| YUV | 72.82 | 148.42 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 109 | 0 | 1 | 0.46 | 0.21 | 327.62 | 1 | 0.4 |
| Hex | CA | 0 | 6D | 0 | 64 | 2E | 15 | 148 | 64 | 28 |
| Octal | 312 | 0 | 155 | 0 | 144 | 56 | 25 | 510 | 144 | 50 |
| Binary | 11001010 | 0 | 1101101 | 0 | 1100100 | 101110 | 10101 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CA006D
Complementary color
Monochromatic Colors of #CA006D
Black with #CA006D
Text Example
Text Example
White with #CA006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA006D; }
p { color: rgb(202,0,109); }
H1.HeaderClassName
{
color: #CA006D;
}
.AnyTagClassName
{
color: #CA006D;
}
</style>
background-color css
<style>
a { background-color: #CA006D; }
a { background-color: rgb(202,0,109); }
div.DivClassName
{
background-color: #CA006D;
}
.BgClassName
{
background-color: #CA006D;
}
</style>
border-color css
<style>
span { border-color: #CA006D; }
span { border-color: rgb(202,0,109); }
td.TdClassName
{
border-color: #CA006D;
}
.TagClassName
{
border-color: #CA006D;
}
</style>