Html Css Color HEX #C4076A Medium Violet Red

📋 copy color: '#C4076A'

red 196 ◦ green 7 ◦ blue 106

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

Shades of Medium Violet Red #C4076A

Tints of Medium Violet Red #C4076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 63.43%
G = 2.27%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4076A (or 0xC4076A) is known color: Medium Violet Red. HEX triplet: C4, 07 and 6A. RGB value is (196,7,106). Sum of RGB (Red+Green+Blue) = 196+7+106=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4076A is #3BF895. Grayscale: #4A4A4A. Windows color (decimal): -3930262 or 6948804. OLE color: 6948804.

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

Color convert

RGB 196 7 106 -
CMYK 0 0.96 0.46 0.23
HSL 328.57º 0.93% 0.4% -
HSV(B) 328.57º 0.96% 0.77% -
XYZ 25.44 12.93 14.79 -
YUV 74.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 196 7 106 0 0.96 0.46 0.23 328.57 0.93 0.4
Hex C4 7 6A 0 60 2E 17 149 5D 28
Octal 304 7 152 0 140 56 27 511 135 50
Binary 11000100 111 1101010 0 1100000 101110 10111 101001001 1011101 101000

Color Harmonies of #C4076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4076A

Black with #C4076A

Text Example


Text Example

White with #C4076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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