Html Css Color HEX #C4076B Medium Violet Red

📋 copy color: '#C4076B'

red 196 ◦ green 7 ◦ blue 107

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

Shades of Medium Violet Red #C4076B

Tints of Medium Violet Red #C4076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 63.23%
G = 2.26%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4076B (or 0xC4076B) is known color: Medium Violet Red. HEX triplet: C4, 07 and 6B. RGB value is (196,7,107). Sum of RGB (Red+Green+Blue) = 196+7+107=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4076B is #3BF894. Grayscale: #4A4A4A. Windows color (decimal): -3930261 or 7014340. OLE color: 7014340.

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

Color convert

RGB 196 7 107 -
CMYK 0 0.96 0.45 0.23
HSL 328.25º 0.93% 0.4% -
HSV(B) 328.25º 0.96% 0.77% -
XYZ 25.49 12.95 15.07 -
YUV 74.91 146.12 214.37 -
System Red Green Blue C M Y K H S L
Decimal 196 7 107 0 0.96 0.45 0.23 328.25 0.93 0.4
Hex C4 7 6B 0 60 2D 17 148 5D 28
Octal 304 7 153 0 140 55 27 510 135 50
Binary 11000100 111 1101011 0 1100000 101101 10111 101001000 1011101 101000

Color Harmonies of #C4076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4076B

Black with #C4076B

Text Example


Text Example

White with #C4076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4076B; }

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

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

background-color css

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

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

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

border-color css

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

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

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