Shades of Medium Red Violet #CA2FAC
Tints of Medium Red Violet #CA2FAC
RGB
CMYK
RGB Variations
Color information
#CA2FAC (or 0xCA2FAC) is known color: Medium Red Violet. HEX triplet: CA, 2F and AC. RGB value is (202,47,172). Sum of RGB (Red+Green+Blue) = 202+47+172=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2FAC is #35D053. Grayscale: #6B6B6B. Windows color (decimal): -3526740 or 11284426. OLE color: 11284426.
HSL color Cylindrical-coordinate representation of color #CA2FAC: hue angle of 311.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2FAC is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 172 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.21 |
| HSL | 311.61º | 0.62% | 0.49% | - |
| HSV(B) | 311.61º | 0.77% | 0.79% | - |
| XYZ | 32.82 | 17.57 | 40.69 | - |
| YUV | 107.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 172 | 0 | 0.77 | 0.15 | 0.21 | 311.61 | 0.62 | 0.49 |
| Hex | CA | 2F | AC | 0 | 4D | F | 15 | 138 | 3E | 31 |
| Octal | 312 | 57 | 254 | 0 | 115 | 17 | 25 | 470 | 76 | 61 |
| Binary | 11001010 | 101111 | 10101100 | 0 | 1001101 | 1111 | 10101 | 100111000 | 111110 | 110001 |
Color Harmonies of #CA2FAC
Complementary color
Monochromatic Colors of #CA2FAC
Black with #CA2FAC
Text Example
Text Example
White with #CA2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FAC; }
p { color: rgb(202,47,172); }
H1.HeaderClassName
{
color: #CA2FAC;
}
.AnyTagClassName
{
color: #CA2FAC;
}
</style>
background-color css
<style>
a { background-color: #CA2FAC; }
a { background-color: rgb(202,47,172); }
div.DivClassName
{
background-color: #CA2FAC;
}
.BgClassName
{
background-color: #CA2FAC;
}
</style>
border-color css
<style>
span { border-color: #CA2FAC; }
span { border-color: rgb(202,47,172); }
td.TdClassName
{
border-color: #CA2FAC;
}
.TagClassName
{
border-color: #CA2FAC;
}
</style>