Html Css Color HEX #C5037E Medium Violet Red

📋 copy color: '#C5037E'

red 197 ◦ green 3 ◦ blue 126

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

Shades of Medium Violet Red #C5037E

Tints of Medium Violet Red #C5037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 60.43%
G = 0.92%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5037E (or 0xC5037E) is known color: Medium Violet Red. HEX triplet: C5, 03 and 7E. RGB value is (197,3,126). Sum of RGB (Red+Green+Blue) = 197+3+126=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5037E is #3AFC81. Grayscale: #4A4A4A. Windows color (decimal): -3865730 or 8258501. OLE color: 8258501.

HSL color Cylindrical-coordinate representation of color #C5037E: hue angle of 321.96º 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 #C5037E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 126 -
CMYK 0 0.98 0.36 0.23
HSL 321.96º 0.97% 0.39% -
HSV(B) 321.96º 0.98% 0.77% -
XYZ 26.82 13.44 20.92 -
YUV 75.03 156.77 215 -
System Red Green Blue C M Y K H S L
Decimal 197 3 126 0 0.98 0.36 0.23 321.96 0.97 0.39
Hex C5 3 7E 0 62 24 17 142 61 27
Octal 305 3 176 0 142 44 27 502 141 47
Binary 11000101 11 1111110 0 1100010 100100 10111 101000010 1100001 100111

Color Harmonies of #C5037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5037E

Black with #C5037E

Text Example


Text Example

White with #C5037E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5037E; }

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

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

background-color css

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

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

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

border-color css

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

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

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