Html Css Color HEX #C1327E Medium Red Violet

📋 copy color: '#C1327E'

red 193 ◦ green 50 ◦ blue 126

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

Shades of Medium Red Violet #C1327E

Tints of Medium Red Violet #C1327E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 52.3%
G = 13.55%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1327E (or 0xC1327E) is known color: Medium Red Violet. HEX triplet: C1, 32 and 7E. RGB value is (193,50,126). Sum of RGB (Red+Green+Blue) = 193+50+126=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1327E is #3ECD81. Grayscale: #656565. Windows color (decimal): -4115842 or 8270529. OLE color: 8270529.

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

Color convert

RGB 193 50 126 -
CMYK 0 0.74 0.35 0.24
HSL 328.11º 0.59% 0.48% -
HSV(B) 328.11º 0.74% 0.76% -
XYZ 26.9 15.13 21.24 -
YUV 101.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 193 50 126 0 0.74 0.35 0.24 328.11 0.59 0.48
Hex C1 32 7E 0 4A 23 18 148 3B 30
Octal 301 62 176 0 112 43 30 510 73 60
Binary 11000001 110010 1111110 0 1001010 100011 11000 101001000 111011 110000

Color Harmonies of #C1327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1327E

Black with #C1327E

Text Example


Text Example

White with #C1327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1327E; }

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

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

background-color css

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

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

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

border-color css

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

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

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