Html Css Color HEX #C1249D Medium Violet Red

📋 copy color: '#C1249D'

red 193 ◦ green 36 ◦ blue 157

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

Shades of Medium Violet Red #C1249D

Tints of Medium Violet Red #C1249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 50%
G = 9.33%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1249D (or 0xC1249D) is known color: Medium Violet Red. HEX triplet: C1, 24 and 9D. RGB value is (193,36,157). Sum of RGB (Red+Green+Blue) = 193+36+157=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1249D is #3EDB62. Grayscale: #606060. Windows color (decimal): -4119395 or 10298561. OLE color: 10298561.

HSL color Cylindrical-coordinate representation of color #C1249D: hue angle of 313.76º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1249D is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 157 -
CMYK 0 0.81 0.19 0.24
HSL 313.76º 0.69% 0.45% -
HSV(B) 313.76º 0.81% 0.76% -
XYZ 28.71 15.03 33.29 -
YUV 96.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 193 36 157 0 0.81 0.19 0.24 313.76 0.69 0.45
Hex C1 24 9D 0 51 13 18 13A 45 2D
Octal 301 44 235 0 121 23 30 472 105 55
Binary 11000001 100100 10011101 0 1010001 10011 11000 100111010 1000101 101101

Color Harmonies of #C1249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1249D

Black with #C1249D

Text Example


Text Example

White with #C1249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1249D; }

 p { color: rgb(193,36,157); }

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

background-color css

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

 a { background-color: rgb(193,36,157); }

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

border-color css

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

 span { border-color: rgb(193,36,157); }

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