Html Css Color HEX #CA1E91 Medium Violet Red

📋 copy color: '#CA1E91'

red 202 ◦ green 30 ◦ blue 145

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

Shades of Medium Violet Red #CA1E91

Tints of Medium Violet Red #CA1E91

RGB

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

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

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

R = 53.58%
G = 7.96%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA1E91 (or 0xCA1E91) is known color: Medium Violet Red. HEX triplet: CA, 1E and 91. RGB value is (202,30,145). Sum of RGB (Red+Green+Blue) = 202+30+145=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E91 is #35E16E. Grayscale: #5E5E5E. Windows color (decimal): -3531119 or 9510602. OLE color: 9510602.

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

Color convert

RGB 202 30 145 -
CMYK 0 0.85 0.28 0.21
HSL 319.88º 0.74% 0.45% -
HSV(B) 319.88º 0.85% 0.79% -
XYZ 29.93 15.53 28.21 -
YUV 94.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 202 30 145 0 0.85 0.28 0.21 319.88 0.74 0.45
Hex CA 1E 91 0 55 1C 15 140 4A 2D
Octal 312 36 221 0 125 34 25 500 112 55
Binary 11001010 11110 10010001 0 1010101 11100 10101 101000000 1001010 101101

Color Harmonies of #CA1E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E91

Black with #CA1E91

Text Example


Text Example

White with #CA1E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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