Shades of Medium Red Violet #CA3683
Tints of Medium Red Violet #CA3683
RGB
CMYK
RGB Variations
Color information
#CA3683 (or 0xCA3683) is known color: Medium Red Violet. HEX triplet: CA, 36 and 83. RGB value is (202,54,131). Sum of RGB (Red+Green+Blue) = 202+54+131=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3683 is #35C97C. Grayscale: #6A6A6A. Windows color (decimal): -3524989 or 8599242. OLE color: 8599242.
HSL color Cylindrical-coordinate representation of color #CA3683: hue angle of 328.78º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3683 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 131 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.21 |
| HSL | 328.78º | 0.58% | 0.5% | - |
| HSV(B) | 328.78º | 0.73% | 0.79% | - |
| XYZ | 29.77 | 16.83 | 23.15 | - |
| YUV | 107.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 131 | 0 | 0.73 | 0.35 | 0.21 | 328.78 | 0.58 | 0.5 |
| Hex | CA | 36 | 83 | 0 | 49 | 23 | 15 | 149 | 3A | 32 |
| Octal | 312 | 66 | 203 | 0 | 111 | 43 | 25 | 511 | 72 | 62 |
| Binary | 11001010 | 110110 | 10000011 | 0 | 1001001 | 100011 | 10101 | 101001001 | 111010 | 110010 |
Color Harmonies of #CA3683
Complementary color
Monochromatic Colors of #CA3683
Black with #CA3683
Text Example
Text Example
White with #CA3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3683; }
p { color: rgb(202,54,131); }
H1.HeaderClassName
{
color: #CA3683;
}
.AnyTagClassName
{
color: #CA3683;
}
</style>
background-color css
<style>
a { background-color: #CA3683; }
a { background-color: rgb(202,54,131); }
div.DivClassName
{
background-color: #CA3683;
}
.BgClassName
{
background-color: #CA3683;
}
</style>
border-color css
<style>
span { border-color: #CA3683; }
span { border-color: rgb(202,54,131); }
td.TdClassName
{
border-color: #CA3683;
}
.TagClassName
{
border-color: #CA3683;
}
</style>