Shades of Medium Red Violet #CA368B
Tints of Medium Red Violet #CA368B
RGB
CMYK
RGB Variations
Color information
#CA368B (or 0xCA368B) is known color: Medium Red Violet. HEX triplet: CA, 36 and 8B. RGB value is (202,54,139). Sum of RGB (Red+Green+Blue) = 202+54+139=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA368B is #35C974. Grayscale: #6B6B6B. Windows color (decimal): -3524981 or 9123530. OLE color: 9123530.
HSL color Cylindrical-coordinate representation of color #CA368B: hue angle of 325.54º 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 #CA368B is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 139 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.21 |
| HSL | 325.54º | 0.58% | 0.5% | - |
| HSV(B) | 325.54º | 0.73% | 0.79% | - |
| XYZ | 30.34 | 17.06 | 26.12 | - |
| YUV | 107.94 | 145.53 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 139 | 0 | 0.73 | 0.31 | 0.21 | 325.54 | 0.58 | 0.5 |
| Hex | CA | 36 | 8B | 0 | 49 | 1F | 15 | 146 | 3A | 32 |
| Octal | 312 | 66 | 213 | 0 | 111 | 37 | 25 | 506 | 72 | 62 |
| Binary | 11001010 | 110110 | 10001011 | 0 | 1001001 | 11111 | 10101 | 101000110 | 111010 | 110010 |
Color Harmonies of #CA368B
Complementary color
Monochromatic Colors of #CA368B
Black with #CA368B
Text Example
Text Example
White with #CA368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA368B; }
p { color: rgb(202,54,139); }
H1.HeaderClassName
{
color: #CA368B;
}
.AnyTagClassName
{
color: #CA368B;
}
</style>
background-color css
<style>
a { background-color: #CA368B; }
a { background-color: rgb(202,54,139); }
div.DivClassName
{
background-color: #CA368B;
}
.BgClassName
{
background-color: #CA368B;
}
</style>
border-color css
<style>
span { border-color: #CA368B; }
span { border-color: rgb(202,54,139); }
td.TdClassName
{
border-color: #CA368B;
}
.TagClassName
{
border-color: #CA368B;
}
</style>