Html Css Color HEX #C0157C Medium Violet Red

📋 copy color: '#C0157C'

red 192 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C0157C

Tints of Medium Violet Red #C0157C

RGB

 RED value IS 192 (75.39% from 255) = 56.97%

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

 BLUE value IS 124 (48.83% from 255) = 36.8%

R = 56.97%
G = 6.23%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0157C (or 0xC0157C) is known color: Medium Violet Red. HEX triplet: C0, 15 and 7C. RGB value is (192,21,124). Sum of RGB (Red+Green+Blue) = 192+21+124=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0157C is #3FEA83. Grayscale: #535353. Windows color (decimal): -4188804 or 8132032. OLE color: 8132032.

HSL color Cylindrical-coordinate representation of color #C0157C: hue angle of 323.86º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0157C is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 124 -
CMYK 0 0.89 0.35 0.25
HSL 323.86º 0.8% 0.42% -
HSV(B) 323.86º 0.89% 0.75% -
XYZ 25.64 13.2 20.26 -
YUV 83.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 192 21 124 0 0.89 0.35 0.25 323.86 0.8 0.42
Hex C0 15 7C 0 59 23 19 144 50 2A
Octal 300 25 174 0 131 43 31 504 120 52
Binary 11000000 10101 1111100 0 1011001 100011 11001 101000100 1010000 101010

Color Harmonies of #C0157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0157C

Black with #C0157C

Text Example


Text Example

White with #C0157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0157C; }

 p { color: rgb(192,21,124); }

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

background-color css

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

 a { background-color: rgb(192,21,124); }

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

border-color css

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

 span { border-color: rgb(192,21,124); }

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