Html Css Color HEX #CA2289 Medium Violet Red

📋 copy color: '#CA2289'

red 202 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #CA2289

Tints of Medium Violet Red #CA2289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.12%

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

R = 54.16%
G = 9.12%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2289 (or 0xCA2289) is known color: Medium Violet Red. HEX triplet: CA, 22 and 89. RGB value is (202,34,137). Sum of RGB (Red+Green+Blue) = 202+34+137=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 34 (13.67% from 255 or 9.12% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2289 is #35DD76. Grayscale: #5F5F5F. Windows color (decimal): -3530103 or 8987338. OLE color: 8987338.

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

Color convert

RGB 202 34 137 -
CMYK 0 0.83 0.32 0.21
HSL 323.21º 0.71% 0.46% -
HSV(B) 323.21º 0.83% 0.79% -
XYZ 29.44 15.51 25.11 -
YUV 95.97 151.16 203.62 -
System Red Green Blue C M Y K H S L
Decimal 202 34 137 0 0.83 0.32 0.21 323.21 0.71 0.46
Hex CA 22 89 0 53 20 15 143 47 2E
Octal 312 42 211 0 123 40 25 503 107 56
Binary 11001010 100010 10001001 0 1010011 100000 10101 101000011 1000111 101110

Color Harmonies of #CA2289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2289

Black with #CA2289

Text Example


Text Example

White with #CA2289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2289; }

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

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

background-color css

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

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

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

border-color css

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

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

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