Html Css Color HEX #C7058A Medium Violet Red

📋 copy color: '#C7058A'

red 199 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #C7058A

Tints of Medium Violet Red #C7058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 58.19%
G = 1.46%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7058A (or 0xC7058A) is known color: Medium Violet Red. HEX triplet: C7, 05 and 8A. RGB value is (199,5,138). Sum of RGB (Red+Green+Blue) = 199+5+138=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C7058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7058A is #38FA75. Grayscale: #4D4D4D. Windows color (decimal): -3734134 or 9045447. OLE color: 9045447.

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

Color convert

RGB 199 5 138 -
CMYK 0 0.97 0.31 0.22
HSL 318.87º 0.95% 0.4% -
HSV(B) 318.87º 0.97% 0.78% -
XYZ 28.19 14.09 25.28 -
YUV 78.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 199 5 138 0 0.97 0.31 0.22 318.87 0.95 0.4
Hex C7 5 8A 0 61 1F 16 13F 5F 28
Octal 307 5 212 0 141 37 26 477 137 50
Binary 11000111 101 10001010 0 1100001 11111 10110 100111111 1011111 101000

Color Harmonies of #C7058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7058A

Black with #C7058A

Text Example


Text Example

White with #C7058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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