Html Css Color HEX #C1377F Medium Red Violet

📋 copy color: '#C1377F'

red 193 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #C1377F

Tints of Medium Red Violet #C1377F

RGB

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

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

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

R = 51.47%
G = 14.67%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1377F (or 0xC1377F) is known color: Medium Red Violet. HEX triplet: C1, 37 and 7F. RGB value is (193,55,127). Sum of RGB (Red+Green+Blue) = 193+55+127=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1377F is #3EC880. Grayscale: #686868. Windows color (decimal): -4114561 or 8337345. OLE color: 8337345.

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

Color convert

RGB 193 55 127 -
CMYK 0 0.72 0.34 0.24
HSL 328.7º 0.56% 0.49% -
HSV(B) 328.7º 0.72% 0.76% -
XYZ 27.19 15.6 21.66 -
YUV 104.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 193 55 127 0 0.72 0.34 0.24 328.7 0.56 0.49
Hex C1 37 7F 0 48 22 18 149 38 31
Octal 301 67 177 0 110 42 30 511 70 61
Binary 11000001 110111 1111111 0 1001000 100010 11000 101001001 111000 110001

Color Harmonies of #C1377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1377F

Black with #C1377F

Text Example


Text Example

White with #C1377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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