Html Css Color HEX #C7048D Medium Violet Red

📋 copy color: '#C7048D'

red 199 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #C7048D

Tints of Medium Violet Red #C7048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 57.85%
G = 1.16%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7048D (or 0xC7048D) is known color: Medium Violet Red. HEX triplet: C7, 04 and 8D. RGB value is (199,4,141). Sum of RGB (Red+Green+Blue) = 199+4+141=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7048D is #38FB72. Grayscale: #4D4D4D. Windows color (decimal): -3734387 or 9241799. OLE color: 9241799.

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

Color convert

RGB 199 4 141 -
CMYK 0 0.98 0.29 0.22
HSL 317.85º 0.96% 0.4% -
HSV(B) 317.85º 0.98% 0.78% -
XYZ 28.4 14.15 26.43 -
YUV 77.92 163.6 214.36 -
System Red Green Blue C M Y K H S L
Decimal 199 4 141 0 0.98 0.29 0.22 317.85 0.96 0.4
Hex C7 4 8D 0 62 1D 16 13E 60 28
Octal 307 4 215 0 142 35 26 476 140 50
Binary 11000111 100 10001101 0 1100010 11101 10110 100111110 1100000 101000

Color Harmonies of #C7048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7048D

Black with #C7048D

Text Example


Text Example

White with #C7048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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