Html Css Color HEX #C4076E Medium Violet Red

📋 copy color: '#C4076E'

red 196 ◦ green 7 ◦ blue 110

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

Shades of Medium Violet Red #C4076E

Tints of Medium Violet Red #C4076E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 62.62%
G = 2.24%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4076E (or 0xC4076E) is known color: Medium Violet Red. HEX triplet: C4, 07 and 6E. RGB value is (196,7,110). Sum of RGB (Red+Green+Blue) = 196+7+110=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4076E is #3BF891. Grayscale: #4B4B4B. Windows color (decimal): -3930258 or 7210948. OLE color: 7210948.

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

Color convert

RGB 196 7 110 -
CMYK 0 0.96 0.44 0.23
HSL 327.3º 0.93% 0.4% -
HSV(B) 327.3º 0.96% 0.77% -
XYZ 25.66 13.01 15.91 -
YUV 75.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 196 7 110 0 0.96 0.44 0.23 327.3 0.93 0.4
Hex C4 7 6E 0 60 2C 17 147 5D 28
Octal 304 7 156 0 140 54 27 507 135 50
Binary 11000100 111 1101110 0 1100000 101100 10111 101000111 1011101 101000

Color Harmonies of #C4076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4076E

Black with #C4076E

Text Example


Text Example

White with #C4076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4076E; }

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

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

background-color css

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

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

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

border-color css

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

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

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