Html Css Color HEX #C1147A Medium Violet Red

📋 copy color: '#C1147A'

red 193 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #C1147A

Tints of Medium Violet Red #C1147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.42%

R = 57.61%
G = 5.97%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1147A (or 0xC1147A) is known color: Medium Violet Red. HEX triplet: C1, 14 and 7A. RGB value is (193,20,122). Sum of RGB (Red+Green+Blue) = 193+20+122=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1147A is #3EEB85. Grayscale: #535353. Windows color (decimal): -4123526 or 8000705. OLE color: 8000705.

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

Color convert

RGB 193 20 122 -
CMYK 0 0.90 0.37 0.24
HSL 324.62º 0.81% 0.42% -
HSV(B) 324.62º 0.9% 0.76% -
XYZ 25.76 13.24 19.61 -
YUV 83.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 193 20 122 0 0.90 0.37 0.24 324.62 0.81 0.42
Hex C1 14 7A 0 5A 25 18 145 51 2A
Octal 301 24 172 0 132 45 30 505 121 52
Binary 11000001 10100 1111010 0 1011010 100101 11000 101000101 1010001 101010

Color Harmonies of #C1147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1147A

Black with #C1147A

Text Example


Text Example

White with #C1147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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