Html Css Color HEX #CA2587 Medium Violet Red

📋 copy color: '#CA2587'

red 202 ◦ green 37 ◦ blue 135

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

Shades of Medium Violet Red #CA2587

Tints of Medium Violet Red #CA2587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 54.01%
G = 9.89%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA2587 (or 0xCA2587) is known color: Medium Violet Red. HEX triplet: CA, 25 and 87. RGB value is (202,37,135). Sum of RGB (Red+Green+Blue) = 202+37+135=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2587 is #35DA78. Grayscale: #616161. Windows color (decimal): -3529337 or 8857034. OLE color: 8857034.

HSL color Cylindrical-coordinate representation of color #CA2587: hue angle of 324.36º 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 #CA2587 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 135 -
CMYK 0 0.82 0.33 0.21
HSL 324.36º 0.69% 0.47% -
HSV(B) 324.36º 0.82% 0.79% -
XYZ 29.39 15.63 24.39 -
YUV 97.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 202 37 135 0 0.82 0.33 0.21 324.36 0.69 0.47
Hex CA 25 87 0 52 21 15 144 45 2F
Octal 312 45 207 0 122 41 25 504 105 57
Binary 11001010 100101 10000111 0 1010010 100001 10101 101000100 1000101 101111

Color Harmonies of #CA2587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2587

Black with #CA2587

Text Example


Text Example

White with #CA2587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2587; }

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

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

background-color css

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

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

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

border-color css

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

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

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