Html Css Color HEX #C0157E Medium Violet Red

📋 copy color: '#C0157E'

red 192 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #C0157E

Tints of Medium Violet Red #C0157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 56.64%
G = 6.19%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0157E (or 0xC0157E) is known color: Medium Violet Red. HEX triplet: C0, 15 and 7E. RGB value is (192,21,126). Sum of RGB (Red+Green+Blue) = 192+21+126=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0157E is #3FEA81. Grayscale: #535353. Windows color (decimal): -4188802 or 8263104. OLE color: 8263104.

HSL color Cylindrical-coordinate representation of color #C0157E: hue angle of 323.16º 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 #C0157E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 126 -
CMYK 0 0.89 0.34 0.25
HSL 323.16º 0.8% 0.42% -
HSV(B) 323.16º 0.89% 0.75% -
XYZ 25.77 13.25 20.94 -
YUV 84.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 192 21 126 0 0.89 0.34 0.25 323.16 0.8 0.42
Hex C0 15 7E 0 59 22 19 143 50 2A
Octal 300 25 176 0 131 42 31 503 120 52
Binary 11000000 10101 1111110 0 1011001 100010 11001 101000011 1010000 101010

Color Harmonies of #C0157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0157E

Black with #C0157E

Text Example


Text Example

White with #C0157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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