Html Css Color HEX #CA2991 Medium Red Violet

📋 copy color: '#CA2991'

red 202 ◦ green 41 ◦ blue 145

#CA2991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #CA2991

Tints of Medium Red Violet #CA2991

RGB

 RED value IS 202 (79.3% from 255) = 52.06%

 GREEN value IS 41 (16.41% from 255) = 10.57%

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 52.06%
G = 10.57%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA2991 (or 0xCA2991) is known color: Medium Red Violet. HEX triplet: CA, 29 and 91. RGB value is (202,41,145). Sum of RGB (Red+Green+Blue) = 202+41+145=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2991 is #35D66E. Grayscale: #646464. Windows color (decimal): -3528303 or 9513418. OLE color: 9513418.

HSL color Cylindrical-coordinate representation of color #CA2991: hue angle of 321.24º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2991 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 145 -
CMYK 0 0.80 0.28 0.21
HSL 321.24º 0.66% 0.48% -
HSV(B) 321.24º 0.8% 0.79% -
XYZ 30.26 16.19 28.32 -
YUV 101 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 202 41 145 0 0.80 0.28 0.21 321.24 0.66 0.48
Hex CA 29 91 0 50 1C 15 141 42 30
Octal 312 51 221 0 120 34 25 501 102 60
Binary 11001010 101001 10010001 0 1010000 11100 10101 101000001 1000010 110000

Color Harmonies of #CA2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2991

Black with #CA2991

Text Example


Text Example

White with #CA2991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2991; }

 p { color: rgb(202,41,145); }

 H1.HeaderClassName
 {
   color: #CA2991;
 }
 .AnyTagClassName
 {
   color: #CA2991;
 }
</style>

background-color css

<style>
 a { background-color: #CA2991; }

 a { background-color: rgb(202,41,145); }

 div.DivClassName
 {
   background-color: #CA2991;
 }
 .BgClassName
 {
   background-color: #CA2991;
 }
</style>

border-color css

<style>
 span { border-color: #CA2991; }

 span { border-color: rgb(202,41,145); }

 td.TdClassName
 {
   border-color: #CA2991;
 }
 .TagClassName
 {
   border-color: #CA2991;
 }
</style>