Html Css Color HEX #C4077E Medium Violet Red

📋 copy color: '#C4077E'

red 196 ◦ green 7 ◦ blue 126

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

Shades of Medium Violet Red #C4077E

Tints of Medium Violet Red #C4077E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 59.57%
G = 2.13%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4077E (or 0xC4077E) is known color: Medium Violet Red. HEX triplet: C4, 07 and 7E. RGB value is (196,7,126). Sum of RGB (Red+Green+Blue) = 196+7+126=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4077E is #3BF881. Grayscale: #4C4C4C. Windows color (decimal): -3930242 or 8259524. OLE color: 8259524.

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

Color convert

RGB 196 7 126 -
CMYK 0 0.96 0.36 0.23
HSL 322.22º 0.93% 0.4% -
HSV(B) 322.22º 0.96% 0.77% -
XYZ 26.61 13.39 20.92 -
YUV 77.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 196 7 126 0 0.96 0.36 0.23 322.22 0.93 0.4
Hex C4 7 7E 0 60 24 17 142 5D 28
Octal 304 7 176 0 140 44 27 502 135 50
Binary 11000100 111 1111110 0 1100000 100100 10111 101000010 1011101 101000

Color Harmonies of #C4077E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4077E

Black with #C4077E

Text Example


Text Example

White with #C4077E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4077E; }

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

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

background-color css

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

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

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

border-color css

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

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

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