Html Css Color HEX #C1196B Medium Violet Red

📋 copy color: '#C1196B'

red 193 ◦ green 25 ◦ blue 107

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

Shades of Medium Violet Red #C1196B

Tints of Medium Violet Red #C1196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 59.38%
G = 7.69%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1196B (or 0xC1196B) is known color: Medium Violet Red. HEX triplet: C1, 19 and 6B. RGB value is (193,25,107). Sum of RGB (Red+Green+Blue) = 193+25+107=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1196B is #3EE694. Grayscale: #545454. Windows color (decimal): -4122261 or 7018945. OLE color: 7018945.

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

Color convert

RGB 193 25 107 -
CMYK 0 0.87 0.45 0.24
HSL 330.71º 0.77% 0.43% -
HSV(B) 330.71º 0.87% 0.76% -
XYZ 24.99 13.09 15.12 -
YUV 84.58 140.66 205.33 -
System Red Green Blue C M Y K H S L
Decimal 193 25 107 0 0.87 0.45 0.24 330.71 0.77 0.43
Hex C1 19 6B 0 57 2D 18 14B 4D 2B
Octal 301 31 153 0 127 55 30 513 115 53
Binary 11000001 11001 1101011 0 1010111 101101 11000 101001011 1001101 101011

Color Harmonies of #C1196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1196B

Black with #C1196B

Text Example


Text Example

White with #C1196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1196B; }

 p { color: rgb(193,25,107); }

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

background-color css

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

 a { background-color: rgb(193,25,107); }

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

border-color css

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

 span { border-color: rgb(193,25,107); }

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