Html Css Color HEX #C1377B Medium Red Violet

📋 copy color: '#C1377B'

red 193 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #C1377B

Tints of Medium Red Violet #C1377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 52.02%
G = 14.82%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1377B (or 0xC1377B) is known color: Medium Red Violet. HEX triplet: C1, 37 and 7B. RGB value is (193,55,123). Sum of RGB (Red+Green+Blue) = 193+55+123=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1377B is #3EC884. Grayscale: #676767. Windows color (decimal): -4114565 or 8075201. OLE color: 8075201.

HSL color Cylindrical-coordinate representation of color #C1377B: hue angle of 330.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1377B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 55 123 -
CMYK 0 0.72 0.36 0.24
HSL 330.43º 0.56% 0.49% -
HSV(B) 330.43º 0.72% 0.76% -
XYZ 26.93 15.5 20.31 -
YUV 104.01 138.72 191.47 -
System Red Green Blue C M Y K H S L
Decimal 193 55 123 0 0.72 0.36 0.24 330.43 0.56 0.49
Hex C1 37 7B 0 48 24 18 14A 38 31
Octal 301 67 173 0 110 44 30 512 70 61
Binary 11000001 110111 1111011 0 1001000 100100 11000 101001010 111000 110001

Color Harmonies of #C1377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1377B

Black with #C1377B

Text Example


Text Example

White with #C1377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1377B; }

 p { color: rgb(193,55,123); }

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

background-color css

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

 a { background-color: rgb(193,55,123); }

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

border-color css

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

 span { border-color: rgb(193,55,123); }

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