Html Css Color HEX #C7049C Medium Violet Red

📋 copy color: '#C7049C'

red 199 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #C7049C

Tints of Medium Violet Red #C7049C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 156 (61.33% from 255) = 43.45%

R = 55.43%
G = 1.11%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7049C (or 0xC7049C) is known color: Medium Violet Red. HEX triplet: C7, 04 and 9C. RGB value is (199,4,156). Sum of RGB (Red+Green+Blue) = 199+4+156=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7049C is #38FB63. Grayscale: #4F4F4F. Windows color (decimal): -3734372 or 10224839. OLE color: 10224839.

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

Color convert

RGB 199 4 156 -
CMYK 0 0.98 0.22 0.22
HSL 313.23º 0.96% 0.4% -
HSV(B) 313.23º 0.98% 0.78% -
XYZ 29.6 14.63 32.72 -
YUV 79.63 171.1 213.14 -
System Red Green Blue C M Y K H S L
Decimal 199 4 156 0 0.98 0.22 0.22 313.23 0.96 0.4
Hex C7 4 9C 0 62 16 16 139 60 28
Octal 307 4 234 0 142 26 26 471 140 50
Binary 11000111 100 10011100 0 1100010 10110 10110 100111001 1100000 101000

Color Harmonies of #C7049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7049C

Black with #C7049C

Text Example


Text Example

White with #C7049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7049C; }

 p { color: rgb(199,4,156); }

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

background-color css

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

 a { background-color: rgb(199,4,156); }

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

border-color css

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

 span { border-color: rgb(199,4,156); }

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