Html Css Color HEX #CA157A Medium Violet Red

📋 copy color: '#CA157A'

red 202 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #CA157A

Tints of Medium Violet Red #CA157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.09%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 58.55%
G = 6.09%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA157A (or 0xCA157A) is known color: Medium Violet Red. HEX triplet: CA, 15 and 7A. RGB value is (202,21,122). Sum of RGB (Red+Green+Blue) = 202+21+122=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA157A is #35EA85. Grayscale: #565656. Windows color (decimal): -3533446 or 8000970. OLE color: 8000970.

HSL color Cylindrical-coordinate representation of color #CA157A: hue angle of 326.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA157A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 122 -
CMYK 0 0.90 0.40 0.21
HSL 326.52º 0.81% 0.44% -
HSV(B) 326.52º 0.9% 0.79% -
XYZ 28.14 14.5 19.73 -
YUV 86.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 202 21 122 0 0.90 0.40 0.21 326.52 0.81 0.44
Hex CA 15 7A 0 5A 28 15 147 51 2C
Octal 312 25 172 0 132 50 25 507 121 54
Binary 11001010 10101 1111010 0 1011010 101000 10101 101000111 1010001 101100

Color Harmonies of #CA157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA157A

Black with #CA157A

Text Example


Text Example

White with #CA157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA157A; }

 p { color: rgb(202,21,122); }

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

background-color css

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

 a { background-color: rgb(202,21,122); }

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

border-color css

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

 span { border-color: rgb(202,21,122); }

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