Html Css Color HEX #C7057C Medium Violet Red

📋 copy color: '#C7057C'

red 199 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C7057C

Tints of Medium Violet Red #C7057C

RGB

 RED value IS 199 (78.13% from 255) = 60.67%

 GREEN value IS 5 (2.34% from 255) = 1.52%

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 60.67%
G = 1.52%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7057C (or 0xC7057C) is known color: Medium Violet Red. HEX triplet: C7, 05 and 7C. RGB value is (199,5,124). Sum of RGB (Red+Green+Blue) = 199+5+124=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7057C is #38FA83. Grayscale: #4C4C4C. Windows color (decimal): -3734148 or 8127943. OLE color: 8127943.

HSL color Cylindrical-coordinate representation of color #C7057C: hue angle of 323.2º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7057C is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 5 124 -
CMYK 0 0.97 0.38 0.22
HSL 323.2º 0.95% 0.4% -
HSV(B) 323.2º 0.97% 0.78% -
XYZ 27.25 13.71 20.28 -
YUV 76.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 199 5 124 0 0.97 0.38 0.22 323.2 0.95 0.4
Hex C7 5 7C 0 61 26 16 143 5F 28
Octal 307 5 174 0 141 46 26 503 137 50
Binary 11000111 101 1111100 0 1100001 100110 10110 101000011 1011111 101000

Color Harmonies of #C7057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7057C

Black with #C7057C

Text Example


Text Example

White with #C7057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7057C; }

 p { color: rgb(199,5,124); }

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

background-color css

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

 a { background-color: rgb(199,5,124); }

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

border-color css

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

 span { border-color: rgb(199,5,124); }

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