Html Css Color HEX #C11F7D Medium Violet Red

📋 copy color: '#C11F7D'

red 193 ◦ green 31 ◦ blue 125

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

Shades of Medium Violet Red #C11F7D

Tints of Medium Violet Red #C11F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.88%

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

R = 55.3%
G = 8.88%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C11F7D (or 0xC11F7D) is known color: Medium Violet Red. HEX triplet: C1, 1F and 7D. RGB value is (193,31,125). Sum of RGB (Red+Green+Blue) = 193+31+125=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11F7D is #3EE082. Grayscale: #595959. Windows color (decimal): -4120707 or 8200129. OLE color: 8200129.

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

Color convert

RGB 193 31 125 -
CMYK 0 0.84 0.35 0.24
HSL 325.19º 0.72% 0.44% -
HSV(B) 325.19º 0.84% 0.76% -
XYZ 26.18 13.8 20.69 -
YUV 90.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 193 31 125 0 0.84 0.35 0.24 325.19 0.72 0.44
Hex C1 1F 7D 0 54 23 18 145 48 2C
Octal 301 37 175 0 124 43 30 505 110 54
Binary 11000001 11111 1111101 0 1010100 100011 11000 101000101 1001000 101100

Color Harmonies of #C11F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F7D

Black with #C11F7D

Text Example


Text Example

White with #C11F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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