Html Css Color HEX #C1329B Medium Red Violet

📋 copy color: '#C1329B'

red 193 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #C1329B

Tints of Medium Red Violet #C1329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 48.49%
G = 12.56%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1329B (or 0xC1329B) is known color: Medium Red Violet. HEX triplet: C1, 32 and 9B. RGB value is (193,50,155). Sum of RGB (Red+Green+Blue) = 193+50+155=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1329B is #3ECD64. Grayscale: #686868. Windows color (decimal): -4115813 or 10171073. OLE color: 10171073.

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

Color convert

RGB 193 50 155 -
CMYK 0 0.74 0.20 0.24
HSL 315.94º 0.59% 0.48% -
HSV(B) 315.94º 0.74% 0.76% -
XYZ 29.05 15.99 32.56 -
YUV 104.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 193 50 155 0 0.74 0.20 0.24 315.94 0.59 0.48
Hex C1 32 9B 0 4A 14 18 13C 3B 30
Octal 301 62 233 0 112 24 30 474 73 60
Binary 11000001 110010 10011011 0 1001010 10100 11000 100111100 111011 110000

Color Harmonies of #C1329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1329B

Black with #C1329B

Text Example


Text Example

White with #C1329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1329B; }

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

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

background-color css

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

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

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

border-color css

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

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

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