Html Css Color HEX #C1388E Medium Red Violet

📋 copy color: '#C1388E'

red 193 ◦ green 56 ◦ blue 142

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

Shades of Medium Red Violet #C1388E

Tints of Medium Red Violet #C1388E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.32%

 BLUE value IS 142 (55.86% from 255) = 36.32%

R = 49.36%
G = 14.32%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1388E (or 0xC1388E) is known color: Medium Red Violet. HEX triplet: C1, 38 and 8E. RGB value is (193,56,142). Sum of RGB (Red+Green+Blue) = 193+56+142=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1388E is #3EC771. Grayscale: #6A6A6A. Windows color (decimal): -4114290 or 9320641. OLE color: 9320641.

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

Color convert

RGB 193 56 142 -
CMYK 0 0.71 0.26 0.24
HSL 322.34º 0.55% 0.49% -
HSV(B) 322.34º 0.71% 0.76% -
XYZ 28.29 16.12 27.21 -
YUV 106.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 193 56 142 0 0.71 0.26 0.24 322.34 0.55 0.49
Hex C1 38 8E 0 47 1A 18 142 37 31
Octal 301 70 216 0 107 32 30 502 67 61
Binary 11000001 111000 10001110 0 1000111 11010 11000 101000010 110111 110001

Color Harmonies of #C1388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1388E

Black with #C1388E

Text Example


Text Example

White with #C1388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1388E; }

 p { color: rgb(193,56,142); }

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

background-color css

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

 a { background-color: rgb(193,56,142); }

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

border-color css

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

 span { border-color: rgb(193,56,142); }

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