Html Css Color HEX #C5038A Medium Violet Red

📋 copy color: '#C5038A'

red 197 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #C5038A

Tints of Medium Violet Red #C5038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 58.28%
G = 0.89%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5038A (or 0xC5038A) is known color: Medium Violet Red. HEX triplet: C5, 03 and 8A. RGB value is (197,3,138). Sum of RGB (Red+Green+Blue) = 197+3+138=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C5038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5038A is #3AFC75. Grayscale: #4C4C4C. Windows color (decimal): -3865718 or 9044933. OLE color: 9044933.

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

Color convert

RGB 197 3 138 -
CMYK 0 0.98 0.30 0.23
HSL 318.25º 0.97% 0.39% -
HSV(B) 318.25º 0.98% 0.77% -
XYZ 27.65 13.77 25.25 -
YUV 76.4 162.77 214.02 -
System Red Green Blue C M Y K H S L
Decimal 197 3 138 0 0.98 0.30 0.23 318.25 0.97 0.39
Hex C5 3 8A 0 62 1E 17 13E 61 27
Octal 305 3 212 0 142 36 27 476 141 47
Binary 11000101 11 10001010 0 1100010 11110 10111 100111110 1100001 100111

Color Harmonies of #C5038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5038A

Black with #C5038A

Text Example


Text Example

White with #C5038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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