Html Css Color HEX #C0318A Medium Red Violet

📋 copy color: '#C0318A'

red 192 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #C0318A

Tints of Medium Red Violet #C0318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 50.66%
G = 12.93%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0318A (or 0xC0318A) is known color: Medium Red Violet. HEX triplet: C0, 31 and 8A. RGB value is (192,49,138). Sum of RGB (Red+Green+Blue) = 192+49+138=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0318A is #3FCE75. Grayscale: #656565. Windows color (decimal): -4181622 or 9056704. OLE color: 9056704.

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

Color convert

RGB 192 49 138 -
CMYK 0 0.74 0.28 0.25
HSL 322.66º 0.59% 0.47% -
HSV(B) 322.66º 0.74% 0.75% -
XYZ 27.42 15.24 25.54 -
YUV 101.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 192 49 138 0 0.74 0.28 0.25 322.66 0.59 0.47
Hex C0 31 8A 0 4A 1C 19 143 3B 2F
Octal 300 61 212 0 112 34 31 503 73 57
Binary 11000000 110001 10001010 0 1001010 11100 11001 101000011 111011 101111

Color Harmonies of #C0318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0318A

Black with #C0318A

Text Example


Text Example

White with #C0318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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