Html Css Color HEX #CA2487 Medium Violet Red

📋 copy color: '#CA2487'

red 202 ◦ green 36 ◦ blue 135

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

Shades of Medium Violet Red #CA2487

Tints of Medium Violet Red #CA2487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.65%

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

R = 54.16%
G = 9.65%
B = 36.19%

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

#CA2487 (or 0xCA2487) is known color: Medium Violet Red. HEX triplet: CA, 24 and 87. RGB value is (202,36,135). Sum of RGB (Red+Green+Blue) = 202+36+135=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2487 is #35DB78. Grayscale: #606060. Windows color (decimal): -3529593 or 8856778. OLE color: 8856778.

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

Color convert

RGB 202 36 135 -
CMYK 0 0.82 0.33 0.21
HSL 324.22º 0.7% 0.47% -
HSV(B) 324.22º 0.82% 0.79% -
XYZ 29.36 15.57 24.38 -
YUV 96.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 202 36 135 0 0.82 0.33 0.21 324.22 0.7 0.47
Hex CA 24 87 0 52 21 15 144 46 2F
Octal 312 44 207 0 122 41 25 504 106 57
Binary 11001010 100100 10000111 0 1010010 100001 10101 101000100 1000110 101111

Color Harmonies of #CA2487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2487

Black with #CA2487

Text Example


Text Example

White with #CA2487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2487; }

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

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

background-color css

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

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

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

border-color css

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

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

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