Html Css Color HEX #C1177D Medium Violet Red

📋 copy color: '#C1177D'

red 193 ◦ green 23 ◦ blue 125

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

Shades of Medium Violet Red #C1177D

Tints of Medium Violet Red #C1177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 56.6%
G = 6.74%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1177D (or 0xC1177D) is known color: Medium Violet Red. HEX triplet: C1, 17 and 7D. RGB value is (193,23,125). Sum of RGB (Red+Green+Blue) = 193+23+125=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1177D is #3EE882. Grayscale: #555555. Windows color (decimal): -4122755 or 8198081. OLE color: 8198081.

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

Color convert

RGB 193 23 125 -
CMYK 0 0.88 0.35 0.24
HSL 324º 0.79% 0.42% -
HSV(B) 324º 0.88% 0.76% -
XYZ 26 13.43 20.62 -
YUV 85.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 193 23 125 0 0.88 0.35 0.24 324 0.79 0.42
Hex C1 17 7D 0 58 23 18 144 4F 2A
Octal 301 27 175 0 130 43 30 504 117 52
Binary 11000001 10111 1111101 0 1011000 100011 11000 101000100 1001111 101010

Color Harmonies of #C1177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1177D

Black with #C1177D

Text Example


Text Example

White with #C1177D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1177D; }

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

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

background-color css

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

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

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

border-color css

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

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

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