Html Css Color HEX #CA2989 Medium Red Violet

📋 copy color: '#CA2989'

red 202 ◦ green 41 ◦ blue 137

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

Shades of Medium Red Violet #CA2989

Tints of Medium Red Violet #CA2989

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.79%

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

R = 53.16%
G = 10.79%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2989 (or 0xCA2989) is known color: Medium Red Violet. HEX triplet: CA, 29 and 89. RGB value is (202,41,137). Sum of RGB (Red+Green+Blue) = 202+41+137=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2989 is #35D676. Grayscale: #636363. Windows color (decimal): -3528311 or 8989130. OLE color: 8989130.

HSL color Cylindrical-coordinate representation of color #CA2989: hue angle of 324.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2989 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 137 -
CMYK 0 0.80 0.32 0.21
HSL 324.22º 0.66% 0.48% -
HSV(B) 324.22º 0.8% 0.79% -
XYZ 29.67 15.95 25.18 -
YUV 100.08 148.84 200.69 -
System Red Green Blue C M Y K H S L
Decimal 202 41 137 0 0.80 0.32 0.21 324.22 0.66 0.48
Hex CA 29 89 0 50 20 15 144 42 30
Octal 312 51 211 0 120 40 25 504 102 60
Binary 11001010 101001 10001001 0 1010000 100000 10101 101000100 1000010 110000

Color Harmonies of #CA2989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2989

Black with #CA2989

Text Example


Text Example

White with #CA2989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2989; }

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

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

background-color css

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

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

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

border-color css

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

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

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