Html Css Color HEX #C7038A Medium Violet Red

📋 copy color: '#C7038A'

red 199 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #C7038A

Tints of Medium Violet Red #C7038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 58.53%
G = 0.88%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7038A (or 0xC7038A) is known color: Medium Violet Red. HEX triplet: C7, 03 and 8A. RGB value is (199,3,138). Sum of RGB (Red+Green+Blue) = 199+3+138=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7038A is #38FC75. Grayscale: #4C4C4C. Windows color (decimal): -3734646 or 9044935. OLE color: 9044935.

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

Color convert

RGB 199 3 138 -
CMYK 0 0.98 0.31 0.22
HSL 318.67º 0.97% 0.4% -
HSV(B) 318.67º 0.98% 0.78% -
XYZ 28.17 14.04 25.27 -
YUV 76.99 162.43 215.02 -
System Red Green Blue C M Y K H S L
Decimal 199 3 138 0 0.98 0.31 0.22 318.67 0.97 0.4
Hex C7 3 8A 0 62 1F 16 13F 61 28
Octal 307 3 212 0 142 37 26 477 141 50
Binary 11000111 11 10001010 0 1100010 11111 10110 100111111 1100001 101000

Color Harmonies of #C7038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7038A

Black with #C7038A

Text Example


Text Example

White with #C7038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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