Html Css Color HEX #C7048B Medium Violet Red

📋 copy color: '#C7048B'

red 199 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #C7048B

Tints of Medium Violet Red #C7048B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.64%

R = 58.19%
G = 1.17%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7048B (or 0xC7048B) is known color: Medium Violet Red. HEX triplet: C7, 04 and 8B. RGB value is (199,4,139). Sum of RGB (Red+Green+Blue) = 199+4+139=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7048B is #38FB74. Grayscale: #4D4D4D. Windows color (decimal): -3734389 or 9110727. OLE color: 9110727.

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

Color convert

RGB 199 4 139 -
CMYK 0 0.98 0.30 0.22
HSL 318.46º 0.96% 0.4% -
HSV(B) 318.46º 0.98% 0.78% -
XYZ 28.26 14.09 25.66 -
YUV 77.7 162.6 214.52 -
System Red Green Blue C M Y K H S L
Decimal 199 4 139 0 0.98 0.30 0.22 318.46 0.96 0.4
Hex C7 4 8B 0 62 1E 16 13E 60 28
Octal 307 4 213 0 142 36 26 476 140 50
Binary 11000111 100 10001011 0 1100010 11110 10110 100111110 1100000 101000

Color Harmonies of #C7048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7048B

Black with #C7048B

Text Example


Text Example

White with #C7048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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