Html Css Color HEX #C5038E Medium Violet Red

📋 copy color: '#C5038E'

red 197 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #C5038E

Tints of Medium Violet Red #C5038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 57.6%
G = 0.88%
B = 41.52%

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

#C5038E (or 0xC5038E) is known color: Medium Violet Red. HEX triplet: C5, 03 and 8E. RGB value is (197,3,142). Sum of RGB (Red+Green+Blue) = 197+3+142=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5038E is #3AFC71. Grayscale: #4C4C4C. Windows color (decimal): -3865714 or 9307077. OLE color: 9307077.

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

Color convert

RGB 197 3 142 -
CMYK 0 0.98 0.28 0.23
HSL 317.01º 0.97% 0.39% -
HSV(B) 317.01º 0.98% 0.77% -
XYZ 27.94 13.89 26.8 -
YUV 76.85 164.77 213.7 -
System Red Green Blue C M Y K H S L
Decimal 197 3 142 0 0.98 0.28 0.23 317.01 0.97 0.39
Hex C5 3 8E 0 62 1C 17 13D 61 27
Octal 305 3 216 0 142 34 27 475 141 47
Binary 11000101 11 10001110 0 1100010 11100 10111 100111101 1100001 100111

Color Harmonies of #C5038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5038E

Black with #C5038E

Text Example


Text Example

White with #C5038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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