Html Css Color HEX #C1397F Medium Red Violet

📋 copy color: '#C1397F'

red 193 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #C1397F

Tints of Medium Red Violet #C1397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.69%

R = 51.19%
G = 15.12%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1397F (or 0xC1397F) is known color: Medium Red Violet. HEX triplet: C1, 39 and 7F. RGB value is (193,57,127). Sum of RGB (Red+Green+Blue) = 193+57+127=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C1397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1397F is #3EC680. Grayscale: #696969. Windows color (decimal): -4114049 or 8337857. OLE color: 8337857.

HSL color Cylindrical-coordinate representation of color #C1397F: hue angle of 329.12º 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 #C1397F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 127 -
CMYK 0 0.70 0.34 0.24
HSL 329.12º 0.54% 0.49% -
HSV(B) 329.12º 0.7% 0.76% -
XYZ 27.29 15.8 21.69 -
YUV 105.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 193 57 127 0 0.70 0.34 0.24 329.12 0.54 0.49
Hex C1 39 7F 0 46 22 18 149 36 31
Octal 301 71 177 0 106 42 30 511 66 61
Binary 11000001 111001 1111111 0 1000110 100010 11000 101001001 110110 110001

Color Harmonies of #C1397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1397F

Black with #C1397F

Text Example


Text Example

White with #C1397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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