Html Css Color HEX #C7059F Medium Violet Red

📋 copy color: '#C7059F'

red 199 ◦ green 5 ◦ blue 159

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

Shades of Medium Violet Red #C7059F

Tints of Medium Violet Red #C7059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 54.82%
G = 1.38%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7059F (or 0xC7059F) is known color: Medium Violet Red. HEX triplet: C7, 05 and 9F. RGB value is (199,5,159). Sum of RGB (Red+Green+Blue) = 199+5+159=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C7059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7059F is #38FA60. Grayscale: #505050. Windows color (decimal): -3734113 or 10421703. OLE color: 10421703.

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

Color convert

RGB 199 5 159 -
CMYK 0 0.97 0.20 0.22
HSL 312.37º 0.95% 0.4% -
HSV(B) 312.37º 0.97% 0.78% -
XYZ 29.87 14.75 34.07 -
YUV 80.56 172.27 212.48 -
System Red Green Blue C M Y K H S L
Decimal 199 5 159 0 0.97 0.20 0.22 312.37 0.95 0.4
Hex C7 5 9F 0 61 14 16 138 5F 28
Octal 307 5 237 0 141 24 26 470 137 50
Binary 11000111 101 10011111 0 1100001 10100 10110 100111000 1011111 101000

Color Harmonies of #C7059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7059F

Black with #C7059F

Text Example


Text Example

White with #C7059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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