Html Css Color HEX #CA2589 Medium Violet Red

📋 copy color: '#CA2589'

red 202 ◦ green 37 ◦ blue 137

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

Shades of Medium Violet Red #CA2589

Tints of Medium Violet Red #CA2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 53.72%
G = 9.84%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA2589 (or 0xCA2589) is known color: Medium Violet Red. HEX triplet: CA, 25 and 89. RGB value is (202,37,137). Sum of RGB (Red+Green+Blue) = 202+37+137=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2589 is #35DA76. Grayscale: #616161. Windows color (decimal): -3529335 or 8988106. OLE color: 8988106.

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

Color convert

RGB 202 37 137 -
CMYK 0 0.82 0.32 0.21
HSL 323.64º 0.69% 0.47% -
HSV(B) 323.64º 0.82% 0.79% -
XYZ 29.53 15.69 25.14 -
YUV 97.74 150.16 202.37 -
System Red Green Blue C M Y K H S L
Decimal 202 37 137 0 0.82 0.32 0.21 323.64 0.69 0.47
Hex CA 25 89 0 52 20 15 144 45 2F
Octal 312 45 211 0 122 40 25 504 105 57
Binary 11001010 100101 10001001 0 1010010 100000 10101 101000100 1000101 101111

Color Harmonies of #CA2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2589

Black with #CA2589

Text Example


Text Example

White with #CA2589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2589; }

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

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

background-color css

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

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

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

border-color css

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

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

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