Html Css Color HEX #C1296A Medium Red Violet

📋 copy color: '#C1296A'

red 193 ◦ green 41 ◦ blue 106

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

Shades of Medium Red Violet #C1296A

Tints of Medium Red Violet #C1296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.06%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 56.76%
G = 12.06%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1296A (or 0xC1296A) is known color: Medium Red Violet. HEX triplet: C1, 29 and 6A. RGB value is (193,41,106). Sum of RGB (Red+Green+Blue) = 193+41+106=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C1296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1296A is #3ED695. Grayscale: #5D5D5D. Windows color (decimal): -4118166 or 6957505. OLE color: 6957505.

HSL color Cylindrical-coordinate representation of color #C1296A: hue angle of 334.34º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1296A is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 106 -
CMYK 0 0.79 0.45 0.24
HSL 334.34º 0.65% 0.46% -
HSV(B) 334.34º 0.79% 0.76% -
XYZ 25.39 13.96 14.99 -
YUV 93.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 193 41 106 0 0.79 0.45 0.24 334.34 0.65 0.46
Hex C1 29 6A 0 4F 2D 18 14E 41 2E
Octal 301 51 152 0 117 55 30 516 101 56
Binary 11000001 101001 1101010 0 1001111 101101 11000 101001110 1000001 101110

Color Harmonies of #C1296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1296A

Black with #C1296A

Text Example


Text Example

White with #C1296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1296A; }

 p { color: rgb(193,41,106); }

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

background-color css

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

 a { background-color: rgb(193,41,106); }

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

border-color css

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

 span { border-color: rgb(193,41,106); }

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