Html Css Color HEX #C0319B Medium Red Violet

📋 copy color: '#C0319B'

red 192 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #C0319B

Tints of Medium Red Violet #C0319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 48.48%
G = 12.37%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0319B (or 0xC0319B) is known color: Medium Red Violet. HEX triplet: C0, 31 and 9B. RGB value is (192,49,155). Sum of RGB (Red+Green+Blue) = 192+49+155=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0319B is #3FCE64. Grayscale: #676767. Windows color (decimal): -4181605 or 10170816. OLE color: 10170816.

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

Color convert

RGB 192 49 155 -
CMYK 0 0.74 0.19 0.25
HSL 315.52º 0.59% 0.47% -
HSV(B) 315.52º 0.74% 0.75% -
XYZ 28.75 15.77 32.54 -
YUV 103.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 192 49 155 0 0.74 0.19 0.25 315.52 0.59 0.47
Hex C0 31 9B 0 4A 13 19 13C 3B 2F
Octal 300 61 233 0 112 23 31 474 73 57
Binary 11000000 110001 10011011 0 1001010 10011 11001 100111100 111011 101111

Color Harmonies of #C0319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0319B

Black with #C0319B

Text Example


Text Example

White with #C0319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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