Html Css Color HEX #C0318D Medium Red Violet

📋 copy color: '#C0318D'

red 192 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #C0318D

Tints of Medium Red Violet #C0318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 50.26%
G = 12.83%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0318D (or 0xC0318D) is known color: Medium Red Violet. HEX triplet: C0, 31 and 8D. RGB value is (192,49,141). Sum of RGB (Red+Green+Blue) = 192+49+141=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0318D is #3FCE72. Grayscale: #666666. Windows color (decimal): -4181619 or 9253312. OLE color: 9253312.

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

Color convert

RGB 192 49 141 -
CMYK 0 0.74 0.27 0.25
HSL 321.4º 0.59% 0.47% -
HSV(B) 321.4º 0.74% 0.75% -
XYZ 27.64 15.33 26.7 -
YUV 102.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 192 49 141 0 0.74 0.27 0.25 321.4 0.59 0.47
Hex C0 31 8D 0 4A 1B 19 141 3B 2F
Octal 300 61 215 0 112 33 31 501 73 57
Binary 11000000 110001 10001101 0 1001010 11011 11001 101000001 111011 101111

Color Harmonies of #C0318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0318D

Black with #C0318D

Text Example


Text Example

White with #C0318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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