Html Css Color HEX #C0319E Medium Red Violet

📋 copy color: '#C0319E'

red 192 ◦ green 49 ◦ blue 158

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

Shades of Medium Red Violet #C0319E

Tints of Medium Red Violet #C0319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.28%

 BLUE value IS 158 (62.11% from 255) = 39.6%

R = 48.12%
G = 12.28%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0319E (or 0xC0319E) is known color: Medium Red Violet. HEX triplet: C0, 31 and 9E. RGB value is (192,49,158). Sum of RGB (Red+Green+Blue) = 192+49+158=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0319E is #3FCE61. Grayscale: #676767. Windows color (decimal): -4181602 or 10367424. OLE color: 10367424.

HSL color Cylindrical-coordinate representation of color #C0319E: hue angle of 314.27º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0319E is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 158 -
CMYK 0 0.74 0.18 0.25
HSL 314.27º 0.59% 0.47% -
HSV(B) 314.27º 0.74% 0.75% -
XYZ 29.01 15.87 33.88 -
YUV 104.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 192 49 158 0 0.74 0.18 0.25 314.27 0.59 0.47
Hex C0 31 9E 0 4A 12 19 13A 3B 2F
Octal 300 61 236 0 112 22 31 472 73 57
Binary 11000000 110001 10011110 0 1001010 10010 11001 100111010 111011 101111

Color Harmonies of #C0319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0319E

Black with #C0319E

Text Example


Text Example

White with #C0319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0319E; }

 p { color: rgb(192,49,158); }

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

background-color css

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

 a { background-color: rgb(192,49,158); }

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

border-color css

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

 span { border-color: rgb(192,49,158); }

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