Html Css Color HEX #C7057F Medium Violet Red

📋 copy color: '#C7057F'

red 199 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #C7057F

Tints of Medium Violet Red #C7057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 60.12%
G = 1.51%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7057F (or 0xC7057F) is known color: Medium Violet Red. HEX triplet: C7, 05 and 7F. RGB value is (199,5,127). Sum of RGB (Red+Green+Blue) = 199+5+127=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7057F is #38FA80. Grayscale: #4C4C4C. Windows color (decimal): -3734145 or 8324551. OLE color: 8324551.

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

Color convert

RGB 199 5 127 -
CMYK 0 0.97 0.36 0.22
HSL 322.27º 0.95% 0.4% -
HSV(B) 322.27º 0.97% 0.78% -
XYZ 27.44 13.78 21.29 -
YUV 76.91 156.27 215.08 -
System Red Green Blue C M Y K H S L
Decimal 199 5 127 0 0.97 0.36 0.22 322.27 0.95 0.4
Hex C7 5 7F 0 61 24 16 142 5F 28
Octal 307 5 177 0 141 44 26 502 137 50
Binary 11000111 101 1111111 0 1100001 100100 10110 101000010 1011111 101000

Color Harmonies of #C7057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7057F

Black with #C7057F

Text Example


Text Example

White with #C7057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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