Html Css Color HEX #C1317D Medium Red Violet

📋 copy color: '#C1317D'

red 193 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #C1317D

Tints of Medium Red Violet #C1317D

RGB

 RED value IS 193 (75.78% from 255) = 52.59%

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

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

R = 52.59%
G = 13.35%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1317D (or 0xC1317D) is known color: Medium Red Violet. HEX triplet: C1, 31 and 7D. RGB value is (193,49,125). Sum of RGB (Red+Green+Blue) = 193+49+125=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1317D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1317D is #3ECE82. Grayscale: #646464. Windows color (decimal): -4116099 or 8204737. OLE color: 8204737.

HSL color Cylindrical-coordinate representation of color #C1317D: hue angle of 328.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1317D is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 125 -
CMYK 0 0.75 0.35 0.24
HSL 328.33º 0.6% 0.47% -
HSV(B) 328.33º 0.75% 0.76% -
XYZ 26.79 15.01 20.89 -
YUV 100.72 141.71 193.82 -
System Red Green Blue C M Y K H S L
Decimal 193 49 125 0 0.75 0.35 0.24 328.33 0.6 0.47
Hex C1 31 7D 0 4B 23 18 148 3C 2F
Octal 301 61 175 0 113 43 30 510 74 57
Binary 11000001 110001 1111101 0 1001011 100011 11000 101001000 111100 101111

Color Harmonies of #C1317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1317D

Black with #C1317D

Text Example


Text Example

White with #C1317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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