Html Css Color HEX #CA2490 Medium Violet Red

📋 copy color: '#CA2490'

red 202 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #CA2490

Tints of Medium Violet Red #CA2490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

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

R = 52.88%
G = 9.42%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA2490 (or 0xCA2490) is known color: Medium Violet Red. HEX triplet: CA, 24 and 90. RGB value is (202,36,144). Sum of RGB (Red+Green+Blue) = 202+36+144=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2490 is #35DB6F. Grayscale: #616161. Windows color (decimal): -3529584 or 9446602. OLE color: 9446602.

HSL color Cylindrical-coordinate representation of color #CA2490: hue angle of 320.96º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2490 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 36 144 -
CMYK 0 0.82 0.29 0.21
HSL 320.96º 0.7% 0.47% -
HSV(B) 320.96º 0.82% 0.79% -
XYZ 30.02 15.83 27.86 -
YUV 97.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 202 36 144 0 0.82 0.29 0.21 320.96 0.7 0.47
Hex CA 24 90 0 52 1D 15 141 46 2F
Octal 312 44 220 0 122 35 25 501 106 57
Binary 11001010 100100 10010000 0 1010010 11101 10101 101000001 1000110 101111

Color Harmonies of #CA2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2490

Black with #CA2490

Text Example


Text Example

White with #CA2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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