Html Css Color HEX #CA2990 Medium Red Violet

📋 copy color: '#CA2990'

red 202 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #CA2990

Tints of Medium Red Violet #CA2990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 52.2%
G = 10.59%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA2990 (or 0xCA2990) is known color: Medium Red Violet. HEX triplet: CA, 29 and 90. RGB value is (202,41,144). Sum of RGB (Red+Green+Blue) = 202+41+144=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2990 is #35D66F. Grayscale: #646464. Windows color (decimal): -3528304 or 9447882. OLE color: 9447882.

HSL color Cylindrical-coordinate representation of color #CA2990: hue angle of 321.61º 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 #CA2990 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 144 -
CMYK 0 0.80 0.29 0.21
HSL 321.61º 0.66% 0.48% -
HSV(B) 321.61º 0.8% 0.79% -
XYZ 30.18 16.16 27.91 -
YUV 100.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 202 41 144 0 0.80 0.29 0.21 321.61 0.66 0.48
Hex CA 29 90 0 50 1D 15 142 42 30
Octal 312 51 220 0 120 35 25 502 102 60
Binary 11001010 101001 10010000 0 1010000 11101 10101 101000010 1000010 110000

Color Harmonies of #CA2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2990

Black with #CA2990

Text Example


Text Example

White with #CA2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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