Html Css Color HEX #CA157F Medium Violet Red

📋 copy color: '#CA157F'

red 202 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #CA157F

Tints of Medium Violet Red #CA157F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 57.71%
G = 6%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA157F (or 0xCA157F) is known color: Medium Violet Red. HEX triplet: CA, 15 and 7F. RGB value is (202,21,127). Sum of RGB (Red+Green+Blue) = 202+21+127=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA157F is #35EA80. Grayscale: #565656. Windows color (decimal): -3533441 or 8328650. OLE color: 8328650.

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

Color convert

RGB 202 21 127 -
CMYK 0 0.90 0.37 0.21
HSL 324.86º 0.81% 0.44% -
HSV(B) 324.86º 0.9% 0.79% -
XYZ 28.46 14.63 21.4 -
YUV 87.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 202 21 127 0 0.90 0.37 0.21 324.86 0.81 0.44
Hex CA 15 7F 0 5A 25 15 145 51 2C
Octal 312 25 177 0 132 45 25 505 121 54
Binary 11001010 10101 1111111 0 1011010 100101 10101 101000101 1010001 101100

Color Harmonies of #CA157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA157F

Black with #CA157F

Text Example


Text Example

White with #CA157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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