Html Css Color HEX #C4078A Medium Violet Red

📋 copy color: '#C4078A'

red 196 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #C4078A

Tints of Medium Violet Red #C4078A

RGB

 RED value IS 196 (76.95% from 255) = 57.48%

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

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

R = 57.48%
G = 2.05%
B = 40.47%

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

#C4078A (or 0xC4078A) is known color: Medium Violet Red. HEX triplet: C4, 07 and 8A. RGB value is (196,7,138). Sum of RGB (Red+Green+Blue) = 196+7+138=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4078A is #3BF875. Grayscale: #4E4E4E. Windows color (decimal): -3930230 or 9045956. OLE color: 9045956.

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

Color convert

RGB 196 7 138 -
CMYK 0 0.96 0.30 0.23
HSL 318.41º 0.93% 0.4% -
HSV(B) 318.41º 0.96% 0.77% -
XYZ 27.43 13.72 25.25 -
YUV 78.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 196 7 138 0 0.96 0.30 0.23 318.41 0.93 0.4
Hex C4 7 8A 0 60 1E 17 13E 5D 28
Octal 304 7 212 0 140 36 27 476 135 50
Binary 11000100 111 10001010 0 1100000 11110 10111 100111110 1011101 101000

Color Harmonies of #C4078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4078A

Black with #C4078A

Text Example


Text Example

White with #C4078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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