Html Css Color HEX #C1197D Medium Violet Red

📋 copy color: '#C1197D'

red 193 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #C1197D

Tints of Medium Violet Red #C1197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.44%

R = 56.27%
G = 7.29%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1197D (or 0xC1197D) is known color: Medium Violet Red. HEX triplet: C1, 19 and 7D. RGB value is (193,25,125). Sum of RGB (Red+Green+Blue) = 193+25+125=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C1197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1197D is #3EE682. Grayscale: #565656. Windows color (decimal): -4122243 or 8198593. OLE color: 8198593.

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

Color convert

RGB 193 25 125 -
CMYK 0 0.87 0.35 0.24
HSL 324.29º 0.77% 0.43% -
HSV(B) 324.29º 0.87% 0.76% -
XYZ 26.04 13.51 20.64 -
YUV 86.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 193 25 125 0 0.87 0.35 0.24 324.29 0.77 0.43
Hex C1 19 7D 0 57 23 18 144 4D 2B
Octal 301 31 175 0 127 43 30 504 115 53
Binary 11000001 11001 1111101 0 1010111 100011 11000 101000100 1001101 101011

Color Harmonies of #C1197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1197D

Black with #C1197D

Text Example


Text Example

White with #C1197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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