Html Css Color HEX #C7046F Medium Violet Red

📋 copy color: '#C7046F'

red 199 ◦ green 4 ◦ blue 111

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

Shades of Medium Violet Red #C7046F

Tints of Medium Violet Red #C7046F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.35%

R = 63.38%
G = 1.27%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7046F (or 0xC7046F) is known color: Medium Violet Red. HEX triplet: C7, 04 and 6F. RGB value is (199,4,111). Sum of RGB (Red+Green+Blue) = 199+4+111=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C7046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7046F is #38FB90. Grayscale: #4A4A4A. Windows color (decimal): -3734417 or 7275719. OLE color: 7275719.

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

Color convert

RGB 199 4 111 -
CMYK 0 0.98 0.44 0.22
HSL 327.08º 0.96% 0.4% -
HSV(B) 327.08º 0.98% 0.78% -
XYZ 26.47 13.38 16.23 -
YUV 74.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 199 4 111 0 0.98 0.44 0.22 327.08 0.96 0.4
Hex C7 4 6F 0 62 2C 16 147 60 28
Octal 307 4 157 0 142 54 26 507 140 50
Binary 11000111 100 1101111 0 1100010 101100 10110 101000111 1100000 101000

Color Harmonies of #C7046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7046F

Black with #C7046F

Text Example


Text Example

White with #C7046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7046F; }

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

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

background-color css

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

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

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

border-color css

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

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

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