Html Css Color HEX #CA1E90 Medium Violet Red

📋 copy color: '#CA1E90'

red 202 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #CA1E90

Tints of Medium Violet Red #CA1E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

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

R = 53.72%
G = 7.98%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA1E90 (or 0xCA1E90) is known color: Medium Violet Red. HEX triplet: CA, 1E and 90. RGB value is (202,30,144). Sum of RGB (Red+Green+Blue) = 202+30+144=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E90 is #35E16F. Grayscale: #5E5E5E. Windows color (decimal): -3531120 or 9445066. OLE color: 9445066.

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

Color convert

RGB 202 30 144 -
CMYK 0 0.85 0.29 0.21
HSL 320.23º 0.74% 0.45% -
HSV(B) 320.23º 0.85% 0.79% -
XYZ 29.86 15.5 27.8 -
YUV 94.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 202 30 144 0 0.85 0.29 0.21 320.23 0.74 0.45
Hex CA 1E 90 0 55 1D 15 140 4A 2D
Octal 312 36 220 0 125 35 25 500 112 55
Binary 11001010 11110 10010000 0 1010101 11101 10101 101000000 1001010 101101

Color Harmonies of #CA1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E90

Black with #CA1E90

Text Example


Text Example

White with #CA1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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