Html Css Color HEX #C7138D Medium Violet Red

📋 copy color: '#C7138D'

red 199 ◦ green 19 ◦ blue 141

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

Shades of Medium Violet Red #C7138D

Tints of Medium Violet Red #C7138D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 55.43%
G = 5.29%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7138D (or 0xC7138D) is known color: Medium Violet Red. HEX triplet: C7, 13 and 8D. RGB value is (199,19,141). Sum of RGB (Red+Green+Blue) = 199+19+141=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7138D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7138D is #38EC72. Grayscale: #565656. Windows color (decimal): -3730547 or 9245639. OLE color: 9245639.

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

Color convert

RGB 199 19 141 -
CMYK 0 0.90 0.29 0.22
HSL 319.33º 0.83% 0.43% -
HSV(B) 319.33º 0.9% 0.78% -
XYZ 28.59 14.53 26.5 -
YUV 86.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 199 19 141 0 0.90 0.29 0.22 319.33 0.83 0.43
Hex C7 13 8D 0 5A 1D 16 13F 53 2B
Octal 307 23 215 0 132 35 26 477 123 53
Binary 11000111 10011 10001101 0 1011010 11101 10110 100111111 1010011 101011

Color Harmonies of #C7138D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7138D

Black with #C7138D

Text Example


Text Example

White with #C7138D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7138D; }

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

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

background-color css

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

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

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

border-color css

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

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

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