Html Css Color HEX #C0317D Medium Red Violet

📋 copy color: '#C0317D'

red 192 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #C0317D

Tints of Medium Red Violet #C0317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 52.46%
G = 13.39%
B = 34.15%

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

#C0317D (or 0xC0317D) is known color: Medium Red Violet. HEX triplet: C0, 31 and 7D. RGB value is (192,49,125). Sum of RGB (Red+Green+Blue) = 192+49+125=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0317D is #3FCE82. Grayscale: #646464. Windows color (decimal): -4181635 or 8204736. OLE color: 8204736.

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

Color convert

RGB 192 49 125 -
CMYK 0 0.74 0.35 0.25
HSL 328.11º 0.59% 0.47% -
HSV(B) 328.11º 0.74% 0.75% -
XYZ 26.54 14.88 20.88 -
YUV 100.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 192 49 125 0 0.74 0.35 0.25 328.11 0.59 0.47
Hex C0 31 7D 0 4A 23 19 148 3B 2F
Octal 300 61 175 0 112 43 31 510 73 57
Binary 11000000 110001 1111101 0 1001010 100011 11001 101001000 111011 101111

Color Harmonies of #C0317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0317D

Black with #C0317D

Text Example


Text Example

White with #C0317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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