Html Css Color HEX #C7058E Medium Violet Red

📋 copy color: '#C7058E'

red 199 ◦ green 5 ◦ blue 142

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

Shades of Medium Violet Red #C7058E

Tints of Medium Violet Red #C7058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 57.51%
G = 1.45%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7058E (or 0xC7058E) is known color: Medium Violet Red. HEX triplet: C7, 05 and 8E. RGB value is (199,5,142). Sum of RGB (Red+Green+Blue) = 199+5+142=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7058E is #38FA71. Grayscale: #4E4E4E. Windows color (decimal): -3734130 or 9307591. OLE color: 9307591.

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

Color convert

RGB 199 5 142 -
CMYK 0 0.97 0.29 0.22
HSL 317.63º 0.95% 0.4% -
HSV(B) 317.63º 0.97% 0.78% -
XYZ 28.49 14.2 26.83 -
YUV 78.62 163.77 213.86 -
System Red Green Blue C M Y K H S L
Decimal 199 5 142 0 0.97 0.29 0.22 317.63 0.95 0.4
Hex C7 5 8E 0 61 1D 16 13E 5F 28
Octal 307 5 216 0 141 35 26 476 137 50
Binary 11000111 101 10001110 0 1100001 11101 10110 100111110 1011111 101000

Color Harmonies of #C7058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7058E

Black with #C7058E

Text Example


Text Example

White with #C7058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7058E; }

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

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

background-color css

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

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

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

border-color css

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

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

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