Html Css Color HEX #CA2290 Medium Violet Red

📋 copy color: '#CA2290'

red 202 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #CA2290

Tints of Medium Violet Red #CA2290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.95%

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

R = 53.16%
G = 8.95%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA2290 (or 0xCA2290) is known color: Medium Violet Red. HEX triplet: CA, 22 and 90. RGB value is (202,34,144). Sum of RGB (Red+Green+Blue) = 202+34+144=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2290 is #35DD6F. Grayscale: #606060. Windows color (decimal): -3530096 or 9446090. OLE color: 9446090.

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

Color convert

RGB 202 34 144 -
CMYK 0 0.83 0.29 0.21
HSL 320.71º 0.71% 0.46% -
HSV(B) 320.71º 0.83% 0.79% -
XYZ 29.96 15.71 27.84 -
YUV 96.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 202 34 144 0 0.83 0.29 0.21 320.71 0.71 0.46
Hex CA 22 90 0 53 1D 15 141 47 2E
Octal 312 42 220 0 123 35 25 501 107 56
Binary 11001010 100010 10010000 0 1010011 11101 10101 101000001 1000111 101110

Color Harmonies of #CA2290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2290

Black with #CA2290

Text Example


Text Example

White with #CA2290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2290; }

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

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

background-color css

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

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

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

border-color css

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

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

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