Html Css Color HEX #C7138A Medium Violet Red

📋 copy color: '#C7138A'

red 199 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #C7138A

Tints of Medium Violet Red #C7138A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

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

R = 55.9%
G = 5.34%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7138A (or 0xC7138A) is known color: Medium Violet Red. HEX triplet: C7, 13 and 8A. RGB value is (199,19,138). Sum of RGB (Red+Green+Blue) = 199+19+138=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7138A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7138A is #38EC75. Grayscale: #565656. Windows color (decimal): -3730550 or 9049031. OLE color: 9049031.

HSL color Cylindrical-coordinate representation of color #C7138A: hue angle of 320.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7138A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 138 -
CMYK 0 0.90 0.31 0.22
HSL 320.33º 0.83% 0.43% -
HSV(B) 320.33º 0.9% 0.78% -
XYZ 28.37 14.44 25.34 -
YUV 86.39 157.13 208.32 -
System Red Green Blue C M Y K H S L
Decimal 199 19 138 0 0.90 0.31 0.22 320.33 0.83 0.43
Hex C7 13 8A 0 5A 1F 16 140 53 2B
Octal 307 23 212 0 132 37 26 500 123 53
Binary 11000111 10011 10001010 0 1011010 11111 10110 101000000 1010011 101011

Color Harmonies of #C7138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7138A

Black with #C7138A

Text Example


Text Example

White with #C7138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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