Html Css Color HEX #C0317C Medium Red Violet

📋 copy color: '#C0317C'

red 192 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #C0317C

Tints of Medium Red Violet #C0317C

RGB

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

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

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

R = 52.6%
G = 13.42%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0317C (or 0xC0317C) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7C. RGB value is (192,49,124). Sum of RGB (Red+Green+Blue) = 192+49+124=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317C is #3FCE83. Grayscale: #646464. Windows color (decimal): -4181636 or 8139200. OLE color: 8139200.

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

Color convert

RGB 192 49 124 -
CMYK 0 0.74 0.35 0.25
HSL 328.53º 0.59% 0.47% -
HSV(B) 328.53º 0.74% 0.75% -
XYZ 26.47 14.86 20.54 -
YUV 100.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 192 49 124 0 0.74 0.35 0.25 328.53 0.59 0.47
Hex C0 31 7C 0 4A 23 19 149 3B 2F
Octal 300 61 174 0 112 43 31 511 73 57
Binary 11000000 110001 1111100 0 1001010 100011 11001 101001001 111011 101111

Color Harmonies of #C0317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0317C

Black with #C0317C

Text Example


Text Example

White with #C0317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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