Html Css Color HEX #C5078A Medium Violet Red

📋 copy color: '#C5078A'

red 197 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #C5078A

Tints of Medium Violet Red #C5078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 57.6%
G = 2.05%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5078A (or 0xC5078A) is known color: Medium Violet Red. HEX triplet: C5, 07 and 8A. RGB value is (197,7,138). Sum of RGB (Red+Green+Blue) = 197+7+138=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5078A is #3AF875. Grayscale: #4E4E4E. Windows color (decimal): -3864694 or 9045957. OLE color: 9045957.

HSL color Cylindrical-coordinate representation of color #C5078A: hue angle of 318.63º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5078A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 7 138 -
CMYK 0 0.96 0.30 0.23
HSL 318.63º 0.93% 0.4% -
HSV(B) 318.63º 0.96% 0.77% -
XYZ 27.69 13.86 25.26 -
YUV 78.74 161.45 212.35 -
System Red Green Blue C M Y K H S L
Decimal 197 7 138 0 0.96 0.30 0.23 318.63 0.93 0.4
Hex C5 7 8A 0 60 1E 17 13F 5D 28
Octal 305 7 212 0 140 36 27 477 135 50
Binary 11000101 111 10001010 0 1100000 11110 10111 100111111 1011101 101000

Color Harmonies of #C5078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5078A

Black with #C5078A

Text Example


Text Example

White with #C5078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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