Html Css Color HEX #C1148C Medium Violet Red

📋 copy color: '#C1148C'

red 193 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #C1148C

Tints of Medium Violet Red #C1148C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 54.67%
G = 5.67%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1148C (or 0xC1148C) is known color: Medium Violet Red. HEX triplet: C1, 14 and 8C. RGB value is (193,20,140). Sum of RGB (Red+Green+Blue) = 193+20+140=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1148C is #3EEB73. Grayscale: #555555. Windows color (decimal): -4123508 or 9180353. OLE color: 9180353.

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

Color convert

RGB 193 20 140 -
CMYK 0 0.90 0.27 0.24
HSL 318.38º 0.81% 0.42% -
HSV(B) 318.38º 0.9% 0.76% -
XYZ 26.98 13.73 26.04 -
YUV 85.41 158.81 204.74 -
System Red Green Blue C M Y K H S L
Decimal 193 20 140 0 0.90 0.27 0.24 318.38 0.81 0.42
Hex C1 14 8C 0 5A 1B 18 13E 51 2A
Octal 301 24 214 0 132 33 30 476 121 52
Binary 11000001 10100 10001100 0 1011010 11011 11000 100111110 1010001 101010

Color Harmonies of #C1148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1148C

Black with #C1148C

Text Example


Text Example

White with #C1148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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