Html Css Color HEX #C5038F Medium Violet Red

📋 copy color: '#C5038F'

red 197 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #C5038F

Tints of Medium Violet Red #C5038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.69%

R = 57.43%
G = 0.87%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5038F (or 0xC5038F) is known color: Medium Violet Red. HEX triplet: C5, 03 and 8F. RGB value is (197,3,143). Sum of RGB (Red+Green+Blue) = 197+3+143=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5038F is #3AFC70. Grayscale: #4C4C4C. Windows color (decimal): -3865713 or 9372613. OLE color: 9372613.

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

Color convert

RGB 197 3 143 -
CMYK 0 0.98 0.27 0.23
HSL 316.7º 0.97% 0.39% -
HSV(B) 316.7º 0.98% 0.77% -
XYZ 28.02 13.92 27.2 -
YUV 76.97 165.27 213.62 -
System Red Green Blue C M Y K H S L
Decimal 197 3 143 0 0.98 0.27 0.23 316.7 0.97 0.39
Hex C5 3 8F 0 62 1B 17 13D 61 27
Octal 305 3 217 0 142 33 27 475 141 47
Binary 11000101 11 10001111 0 1100010 11011 10111 100111101 1100001 100111

Color Harmonies of #C5038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5038F

Black with #C5038F

Text Example


Text Example

White with #C5038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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