Html Css Color HEX #C5037D Medium Violet Red

📋 copy color: '#C5037D'

red 197 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #C5037D

Tints of Medium Violet Red #C5037D

RGB

 RED value IS 197 (77.34% from 255) = 60.62%

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

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

R = 60.62%
G = 0.92%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5037D (or 0xC5037D) is known color: Medium Violet Red. HEX triplet: C5, 03 and 7D. RGB value is (197,3,125). Sum of RGB (Red+Green+Blue) = 197+3+125=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5037D is #3AFC82. Grayscale: #4A4A4A. Windows color (decimal): -3865731 or 8192965. OLE color: 8192965.

HSL color Cylindrical-coordinate representation of color #C5037D: hue angle of 322.27º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5037D is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 125 -
CMYK 0 0.98 0.37 0.23
HSL 322.27º 0.97% 0.39% -
HSV(B) 322.27º 0.98% 0.77% -
XYZ 26.76 13.42 20.58 -
YUV 74.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 197 3 125 0 0.98 0.37 0.23 322.27 0.97 0.39
Hex C5 3 7D 0 62 25 17 142 61 27
Octal 305 3 175 0 142 45 27 502 141 47
Binary 11000101 11 1111101 0 1100010 100101 10111 101000010 1100001 100111

Color Harmonies of #C5037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5037D

Black with #C5037D

Text Example


Text Example

White with #C5037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5037D; }

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

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

background-color css

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

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

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

border-color css

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

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

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