Html Css Color HEX #C1037D Medium Violet Red

📋 copy color: '#C1037D'

red 193 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #C1037D

Tints of Medium Violet Red #C1037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 60.12%
G = 0.93%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1037D (or 0xC1037D) is known color: Medium Violet Red. HEX triplet: C1, 03 and 7D. RGB value is (193,3,125). Sum of RGB (Red+Green+Blue) = 193+3+125=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C1037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1037D is #3EFC82. Grayscale: #494949. Windows color (decimal): -4127875 or 8192961. OLE color: 8192961.

HSL color Cylindrical-coordinate representation of color #C1037D: hue angle of 321.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C1037D is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 125 -
CMYK 0 0.98 0.35 0.24
HSL 321.47º 0.97% 0.38% -
HSV(B) 321.47º 0.98% 0.76% -
XYZ 25.73 12.88 20.53 -
YUV 73.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 193 3 125 0 0.98 0.35 0.24 321.47 0.97 0.38
Hex C1 3 7D 0 62 23 18 141 61 26
Octal 301 3 175 0 142 43 30 501 141 46
Binary 11000001 11 1111101 0 1100010 100011 11000 101000001 1100001 100110

Color Harmonies of #C1037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1037D

Black with #C1037D

Text Example


Text Example

White with #C1037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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