Html Css Color HEX #C1397E Medium Red Violet

📋 copy color: '#C1397E'

red 193 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #C1397E

Tints of Medium Red Violet #C1397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.16%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 51.33%
G = 15.16%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1397E (or 0xC1397E) is known color: Medium Red Violet. HEX triplet: C1, 39 and 7E. RGB value is (193,57,126). Sum of RGB (Red+Green+Blue) = 193+57+126=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1397E is #3EC681. Grayscale: #696969. Windows color (decimal): -4114050 or 8272321. OLE color: 8272321.

HSL color Cylindrical-coordinate representation of color #C1397E: hue angle of 329.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1397E is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 126 -
CMYK 0 0.70 0.35 0.24
HSL 329.56º 0.54% 0.49% -
HSV(B) 329.56º 0.7% 0.76% -
XYZ 27.22 15.77 21.35 -
YUV 105.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 193 57 126 0 0.70 0.35 0.24 329.56 0.54 0.49
Hex C1 39 7E 0 46 23 18 14A 36 31
Octal 301 71 176 0 106 43 30 512 66 61
Binary 11000001 111001 1111110 0 1000110 100011 11000 101001010 110110 110001

Color Harmonies of #C1397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1397E

Black with #C1397E

Text Example


Text Example

White with #C1397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1397E; }

 p { color: rgb(193,57,126); }

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

background-color css

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

 a { background-color: rgb(193,57,126); }

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

border-color css

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

 span { border-color: rgb(193,57,126); }

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