Html Css Color HEX #C1328E Medium Red Violet

📋 copy color: '#C1328E'

red 193 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #C1328E

Tints of Medium Red Violet #C1328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

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

R = 50.13%
G = 12.99%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1328E (or 0xC1328E) is known color: Medium Red Violet. HEX triplet: C1, 32 and 8E. RGB value is (193,50,142). Sum of RGB (Red+Green+Blue) = 193+50+142=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1328E is #3ECD71. Grayscale: #676767. Windows color (decimal): -4115826 or 9319105. OLE color: 9319105.

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

Color convert

RGB 193 50 142 -
CMYK 0 0.74 0.26 0.24
HSL 321.4º 0.59% 0.48% -
HSV(B) 321.4º 0.74% 0.76% -
XYZ 28.02 15.57 27.12 -
YUV 103.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 193 50 142 0 0.74 0.26 0.24 321.4 0.59 0.48
Hex C1 32 8E 0 4A 1A 18 141 3B 30
Octal 301 62 216 0 112 32 30 501 73 60
Binary 11000001 110010 10001110 0 1001010 11010 11000 101000001 111011 110000

Color Harmonies of #C1328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1328E

Black with #C1328E

Text Example


Text Example

White with #C1328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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