Html Css Color HEX #C1147D Medium Violet Red

📋 copy color: '#C1147D'

red 193 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #C1147D

Tints of Medium Violet Red #C1147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

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

R = 57.1%
G = 5.92%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1147D (or 0xC1147D) is known color: Medium Violet Red. HEX triplet: C1, 14 and 7D. RGB value is (193,20,125). Sum of RGB (Red+Green+Blue) = 193+20+125=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C1147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1147D is #3EEB82. Grayscale: #535353. Windows color (decimal): -4123523 or 8197313. OLE color: 8197313.

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

Color convert

RGB 193 20 125 -
CMYK 0 0.90 0.35 0.24
HSL 323.58º 0.81% 0.42% -
HSV(B) 323.58º 0.9% 0.76% -
XYZ 25.94 13.32 20.61 -
YUV 83.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 193 20 125 0 0.90 0.35 0.24 323.58 0.81 0.42
Hex C1 14 7D 0 5A 23 18 144 51 2A
Octal 301 24 175 0 132 43 30 504 121 52
Binary 11000001 10100 1111101 0 1011010 100011 11000 101000100 1010001 101010

Color Harmonies of #C1147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1147D

Black with #C1147D

Text Example


Text Example

White with #C1147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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