Html Css Color HEX #C0157A Medium Violet Red

📋 copy color: '#C0157A'

red 192 ◦ green 21 ◦ blue 122

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

Shades of Medium Violet Red #C0157A

Tints of Medium Violet Red #C0157A

RGB

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

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

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

R = 57.31%
G = 6.27%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0157A (or 0xC0157A) is known color: Medium Violet Red. HEX triplet: C0, 15 and 7A. RGB value is (192,21,122). Sum of RGB (Red+Green+Blue) = 192+21+122=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0157A is #3FEA85. Grayscale: #535353. Windows color (decimal): -4188806 or 8000960. OLE color: 8000960.

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

Color convert

RGB 192 21 122 -
CMYK 0 0.89 0.36 0.25
HSL 324.56º 0.8% 0.42% -
HSV(B) 324.56º 0.89% 0.75% -
XYZ 25.52 13.15 19.61 -
YUV 83.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 192 21 122 0 0.89 0.36 0.25 324.56 0.8 0.42
Hex C0 15 7A 0 59 24 19 145 50 2A
Octal 300 25 172 0 131 44 31 505 120 52
Binary 11000000 10101 1111010 0 1011001 100100 11001 101000101 1010000 101010

Color Harmonies of #C0157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0157A

Black with #C0157A

Text Example


Text Example

White with #C0157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0157A; }

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

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

background-color css

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

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

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

border-color css

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

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

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