Html Css Color HEX #CA2391 Medium Violet Red

📋 copy color: '#CA2391'

red 202 ◦ green 35 ◦ blue 145

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

Shades of Medium Violet Red #CA2391

Tints of Medium Violet Red #CA2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

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

R = 52.88%
G = 9.16%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA2391 (or 0xCA2391) is known color: Medium Violet Red. HEX triplet: CA, 23 and 91. RGB value is (202,35,145). Sum of RGB (Red+Green+Blue) = 202+35+145=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2391 is #35DC6E. Grayscale: #616161. Windows color (decimal): -3529839 or 9511882. OLE color: 9511882.

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

Color convert

RGB 202 35 145 -
CMYK 0 0.83 0.28 0.21
HSL 320.48º 0.7% 0.46% -
HSV(B) 320.48º 0.83% 0.79% -
XYZ 30.07 15.8 28.25 -
YUV 97.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 202 35 145 0 0.83 0.28 0.21 320.48 0.7 0.46
Hex CA 23 91 0 53 1C 15 140 46 2E
Octal 312 43 221 0 123 34 25 500 106 56
Binary 11001010 100011 10010001 0 1010011 11100 10101 101000000 1000110 101110

Color Harmonies of #CA2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2391

Black with #CA2391

Text Example


Text Example

White with #CA2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2391; }

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

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

background-color css

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

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

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

border-color css

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

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

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