Html Css Color HEX #C1328B Medium Red Violet

📋 copy color: '#C1328B'

red 193 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #C1328B

Tints of Medium Red Violet #C1328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 50.52%
G = 13.09%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1328B (or 0xC1328B) is known color: Medium Red Violet. HEX triplet: C1, 32 and 8B. RGB value is (193,50,139). Sum of RGB (Red+Green+Blue) = 193+50+139=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1328B is #3ECD74. Grayscale: #666666. Windows color (decimal): -4115829 or 9122497. OLE color: 9122497.

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

Color convert

RGB 193 50 139 -
CMYK 0 0.74 0.28 0.24
HSL 322.66º 0.59% 0.48% -
HSV(B) 322.66º 0.74% 0.76% -
XYZ 27.79 15.48 25.95 -
YUV 102.9 148.38 192.26 -
System Red Green Blue C M Y K H S L
Decimal 193 50 139 0 0.74 0.28 0.24 322.66 0.59 0.48
Hex C1 32 8B 0 4A 1C 18 143 3B 30
Octal 301 62 213 0 112 34 30 503 73 60
Binary 11000001 110010 10001011 0 1001010 11100 11000 101000011 111011 110000

Color Harmonies of #C1328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1328B

Black with #C1328B

Text Example


Text Example

White with #C1328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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