Html Css Color HEX #C5038D Medium Violet Red

📋 copy color: '#C5038D'

red 197 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #C5038D

Tints of Medium Violet Red #C5038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 57.77%
G = 0.88%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5038D (or 0xC5038D) is known color: Medium Violet Red. HEX triplet: C5, 03 and 8D. RGB value is (197,3,141). Sum of RGB (Red+Green+Blue) = 197+3+141=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5038D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5038D is #3AFC72. Grayscale: #4C4C4C. Windows color (decimal): -3865715 or 9241541. OLE color: 9241541.

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

Color convert

RGB 197 3 141 -
CMYK 0 0.98 0.28 0.23
HSL 317.32º 0.97% 0.39% -
HSV(B) 317.32º 0.98% 0.77% -
XYZ 27.87 13.86 26.41 -
YUV 76.74 164.27 213.78 -
System Red Green Blue C M Y K H S L
Decimal 197 3 141 0 0.98 0.28 0.23 317.32 0.97 0.39
Hex C5 3 8D 0 62 1C 17 13D 61 27
Octal 305 3 215 0 142 34 27 475 141 47
Binary 11000101 11 10001101 0 1100010 11100 10111 100111101 1100001 100111

Color Harmonies of #C5038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5038D

Black with #C5038D

Text Example


Text Example

White with #C5038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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