Html Css Color HEX #C0137C Medium Violet Red

📋 copy color: '#C0137C'

red 192 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #C0137C

Tints of Medium Violet Red #C0137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 57.31%
G = 5.67%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0137C (or 0xC0137C) is known color: Medium Violet Red. HEX triplet: C0, 13 and 7C. RGB value is (192,19,124). Sum of RGB (Red+Green+Blue) = 192+19+124=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0137C is #3FEC83. Grayscale: #525252. Windows color (decimal): -4189316 or 8131520. OLE color: 8131520.

HSL color Cylindrical-coordinate representation of color #C0137C: hue angle of 323.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0137C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 124 -
CMYK 0 0.90 0.35 0.25
HSL 323.58º 0.82% 0.41% -
HSV(B) 323.58º 0.9% 0.75% -
XYZ 25.61 13.13 20.25 -
YUV 82.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 192 19 124 0 0.90 0.35 0.25 323.58 0.82 0.41
Hex C0 13 7C 0 5A 23 19 144 52 29
Octal 300 23 174 0 132 43 31 504 122 51
Binary 11000000 10011 1111100 0 1011010 100011 11001 101000100 1010010 101001

Color Harmonies of #C0137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0137C

Black with #C0137C

Text Example


Text Example

White with #C0137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0137C; }

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

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

background-color css

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

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

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

border-color css

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

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

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