Shades of Medium Red Violet #CA3298
Tints of Medium Red Violet #CA3298
RGB
CMYK
RGB Variations
Color information
#CA3298 (or 0xCA3298) is known color: Medium Red Violet. HEX triplet: CA, 32 and 98. RGB value is (202,50,152). Sum of RGB (Red+Green+Blue) = 202+50+152=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3298 is #35CD67. Grayscale: #6A6A6A. Windows color (decimal): -3525992 or 9974474. OLE color: 9974474.
HSL color Cylindrical-coordinate representation of color #CA3298: hue angle of 319.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3298 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 152 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.21 |
| HSL | 319.74º | 0.6% | 0.49% | - |
| HSV(B) | 319.74º | 0.75% | 0.79% | - |
| XYZ | 31.17 | 17.1 | 31.36 | - |
| YUV | 107.08 | 153.36 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 152 | 0 | 0.75 | 0.25 | 0.21 | 319.74 | 0.6 | 0.49 |
| Hex | CA | 32 | 98 | 0 | 4B | 19 | 15 | 140 | 3C | 31 |
| Octal | 312 | 62 | 230 | 0 | 113 | 31 | 25 | 500 | 74 | 61 |
| Binary | 11001010 | 110010 | 10011000 | 0 | 1001011 | 11001 | 10101 | 101000000 | 111100 | 110001 |
Color Harmonies of #CA3298
Complementary color
Monochromatic Colors of #CA3298
Black with #CA3298
Text Example
Text Example
White with #CA3298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3298; }
p { color: rgb(202,50,152); }
H1.HeaderClassName
{
color: #CA3298;
}
.AnyTagClassName
{
color: #CA3298;
}
</style>
background-color css
<style>
a { background-color: #CA3298; }
a { background-color: rgb(202,50,152); }
div.DivClassName
{
background-color: #CA3298;
}
.BgClassName
{
background-color: #CA3298;
}
</style>
border-color css
<style>
span { border-color: #CA3298; }
span { border-color: rgb(202,50,152); }
td.TdClassName
{
border-color: #CA3298;
}
.TagClassName
{
border-color: #CA3298;
}
</style>