Html Css Color HEX #C7056D Medium Violet Red

📋 copy color: '#C7056D'

red 199 ◦ green 5 ◦ blue 109

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

Shades of Medium Violet Red #C7056D

Tints of Medium Violet Red #C7056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 63.58%
G = 1.6%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7056D (or 0xC7056D) is known color: Medium Violet Red. HEX triplet: C7, 05 and 6D. RGB value is (199,5,109). Sum of RGB (Red+Green+Blue) = 199+5+109=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7056D is #38FA92. Grayscale: #4A4A4A. Windows color (decimal): -3734163 or 7144903. OLE color: 7144903.

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

Color convert

RGB 199 5 109 -
CMYK 0 0.97 0.45 0.22
HSL 327.84º 0.95% 0.4% -
HSV(B) 327.84º 0.97% 0.78% -
XYZ 26.37 13.35 15.66 -
YUV 74.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 199 5 109 0 0.97 0.45 0.22 327.84 0.95 0.4
Hex C7 5 6D 0 61 2D 16 148 5F 28
Octal 307 5 155 0 141 55 26 510 137 50
Binary 11000111 101 1101101 0 1100001 101101 10110 101001000 1011111 101000

Color Harmonies of #C7056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7056D

Black with #C7056D

Text Example


Text Example

White with #C7056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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