Html Css Color HEX #C1327A Medium Red Violet

📋 copy color: '#C1327A'

red 193 ◦ green 50 ◦ blue 122

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

Shades of Medium Red Violet #C1327A

Tints of Medium Red Violet #C1327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 52.88%
G = 13.7%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1327A (or 0xC1327A) is known color: Medium Red Violet. HEX triplet: C1, 32 and 7A. RGB value is (193,50,122). Sum of RGB (Red+Green+Blue) = 193+50+122=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1327A is #3ECD85. Grayscale: #646464. Windows color (decimal): -4115846 or 8008385. OLE color: 8008385.

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

Color convert

RGB 193 50 122 -
CMYK 0 0.74 0.37 0.24
HSL 329.79º 0.59% 0.48% -
HSV(B) 329.79º 0.74% 0.76% -
XYZ 26.65 15.02 19.91 -
YUV 100.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 193 50 122 0 0.74 0.37 0.24 329.79 0.59 0.48
Hex C1 32 7A 0 4A 25 18 14A 3B 30
Octal 301 62 172 0 112 45 30 512 73 60
Binary 11000001 110010 1111010 0 1001010 100101 11000 101001010 111011 110000

Color Harmonies of #C1327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1327A

Black with #C1327A

Text Example


Text Example

White with #C1327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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