Html Css Color HEX #C1329A Medium Red Violet

📋 copy color: '#C1329A'

red 193 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #C1329A

Tints of Medium Red Violet #C1329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 48.61%
G = 12.59%
B = 38.79%

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

#C1329A (or 0xC1329A) is known color: Medium Red Violet. HEX triplet: C1, 32 and 9A. RGB value is (193,50,154). Sum of RGB (Red+Green+Blue) = 193+50+154=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C1329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1329A is #3ECD65. Grayscale: #686868. Windows color (decimal): -4115814 or 10105537. OLE color: 10105537.

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

Color convert

RGB 193 50 154 -
CMYK 0 0.74 0.20 0.24
HSL 316.36º 0.59% 0.48% -
HSV(B) 316.36º 0.74% 0.76% -
XYZ 28.97 15.95 32.12 -
YUV 104.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 193 50 154 0 0.74 0.20 0.24 316.36 0.59 0.48
Hex C1 32 9A 0 4A 14 18 13C 3B 30
Octal 301 62 232 0 112 24 30 474 73 60
Binary 11000001 110010 10011010 0 1001010 10100 11000 100111100 111011 110000

Color Harmonies of #C1329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1329A

Black with #C1329A

Text Example


Text Example

White with #C1329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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