Html Css Color HEX #CA2189 Medium Violet Red

📋 copy color: '#CA2189'

red 202 ◦ green 33 ◦ blue 137

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

Shades of Medium Violet Red #CA2189

Tints of Medium Violet Red #CA2189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.87%

 BLUE value IS 137 (53.91% from 255) = 36.83%

R = 54.3%
G = 8.87%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2189 (or 0xCA2189) is known color: Medium Violet Red. HEX triplet: CA, 21 and 89. RGB value is (202,33,137). Sum of RGB (Red+Green+Blue) = 202+33+137=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2189 is #35DE76. Grayscale: #5F5F5F. Windows color (decimal): -3530359 or 8987082. OLE color: 8987082.

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

Color convert

RGB 202 33 137 -
CMYK 0 0.84 0.32 0.21
HSL 323.08º 0.72% 0.46% -
HSV(B) 323.08º 0.84% 0.79% -
XYZ 29.42 15.45 25.1 -
YUV 95.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 202 33 137 0 0.84 0.32 0.21 323.08 0.72 0.46
Hex CA 21 89 0 54 20 15 143 48 2E
Octal 312 41 211 0 124 40 25 503 110 56
Binary 11001010 100001 10001001 0 1010100 100000 10101 101000011 1001000 101110

Color Harmonies of #CA2189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2189

Black with #CA2189

Text Example


Text Example

White with #CA2189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2189; }

 p { color: rgb(202,33,137); }

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

background-color css

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

 a { background-color: rgb(202,33,137); }

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

border-color css

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

 span { border-color: rgb(202,33,137); }

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