Html Css Color HEX #C0317A Medium Red Violet

📋 copy color: '#C0317A'

red 192 ◦ green 49 ◦ blue 122

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

Shades of Medium Red Violet #C0317A

Tints of Medium Red Violet #C0317A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 52.89%
G = 13.5%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0317A (or 0xC0317A) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7A. RGB value is (192,49,122). Sum of RGB (Red+Green+Blue) = 192+49+122=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317A is #3FCE85. Grayscale: #636363. Windows color (decimal): -4181638 or 8008128. OLE color: 8008128.

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

Color convert

RGB 192 49 122 -
CMYK 0 0.74 0.36 0.25
HSL 329.37º 0.59% 0.47% -
HSV(B) 329.37º 0.74% 0.75% -
XYZ 26.35 14.81 19.88 -
YUV 100.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 192 49 122 0 0.74 0.36 0.25 329.37 0.59 0.47
Hex C0 31 7A 0 4A 24 19 149 3B 2F
Octal 300 61 172 0 112 44 31 511 73 57
Binary 11000000 110001 1111010 0 1001010 100100 11001 101001001 111011 101111

Color Harmonies of #C0317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0317A

Black with #C0317A

Text Example


Text Example

White with #C0317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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