Html Css Color HEX #C1218C Medium Violet Red

📋 copy color: '#C1218C'

red 193 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #C1218C

Tints of Medium Violet Red #C1218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 52.73%
G = 9.02%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1218C (or 0xC1218C) is known color: Medium Violet Red. HEX triplet: C1, 21 and 8C. RGB value is (193,33,140). Sum of RGB (Red+Green+Blue) = 193+33+140=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1218C is #3EDE73. Grayscale: #5C5C5C. Windows color (decimal): -4120180 or 9183681. OLE color: 9183681.

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

Color convert

RGB 193 33 140 -
CMYK 0 0.83 0.27 0.24
HSL 319.88º 0.71% 0.44% -
HSV(B) 319.88º 0.83% 0.76% -
XYZ 27.27 14.32 26.14 -
YUV 93.04 154.51 199.3 -
System Red Green Blue C M Y K H S L
Decimal 193 33 140 0 0.83 0.27 0.24 319.88 0.71 0.44
Hex C1 21 8C 0 53 1B 18 140 47 2C
Octal 301 41 214 0 123 33 30 500 107 54
Binary 11000001 100001 10001100 0 1010011 11011 11000 101000000 1000111 101100

Color Harmonies of #C1218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1218C

Black with #C1218C

Text Example


Text Example

White with #C1218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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