Html Css Color HEX #C7056C Medium Violet Red

📋 copy color: '#C7056C'

red 199 ◦ green 5 ◦ blue 108

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

Shades of Medium Violet Red #C7056C

Tints of Medium Violet Red #C7056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 63.78%
G = 1.6%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7056C (or 0xC7056C) is known color: Medium Violet Red. HEX triplet: C7, 05 and 6C. RGB value is (199,5,108). Sum of RGB (Red+Green+Blue) = 199+5+108=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C7056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7056C is #38FA93. Grayscale: #4A4A4A. Windows color (decimal): -3734164 or 7079367. OLE color: 7079367.

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

Color convert

RGB 199 5 108 -
CMYK 0 0.97 0.46 0.22
HSL 328.14º 0.95% 0.4% -
HSV(B) 328.14º 0.97% 0.78% -
XYZ 26.31 13.33 15.37 -
YUV 74.75 146.77 216.62 -
System Red Green Blue C M Y K H S L
Decimal 199 5 108 0 0.97 0.46 0.22 328.14 0.95 0.4
Hex C7 5 6C 0 61 2E 16 148 5F 28
Octal 307 5 154 0 141 56 26 510 137 50
Binary 11000111 101 1101100 0 1100001 101110 10110 101001000 1011111 101000

Color Harmonies of #C7056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7056C

Black with #C7056C

Text Example


Text Example

White with #C7056C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7056C; }

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

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

background-color css

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

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

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

border-color css

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

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

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