Html Css Color HEX #C7138B Medium Violet Red

📋 copy color: '#C7138B'

red 199 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #C7138B

Tints of Medium Violet Red #C7138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 55.74%
G = 5.32%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7138B (or 0xC7138B) is known color: Medium Violet Red. HEX triplet: C7, 13 and 8B. RGB value is (199,19,139). Sum of RGB (Red+Green+Blue) = 199+19+139=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7138B is #38EC74. Grayscale: #565656. Windows color (decimal): -3730549 or 9114567. OLE color: 9114567.

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

Color convert

RGB 199 19 139 -
CMYK 0 0.90 0.30 0.22
HSL 320º 0.83% 0.43% -
HSV(B) 320º 0.9% 0.78% -
XYZ 28.45 14.47 25.72 -
YUV 86.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 199 19 139 0 0.90 0.30 0.22 320 0.83 0.43
Hex C7 13 8B 0 5A 1E 16 140 53 2B
Octal 307 23 213 0 132 36 26 500 123 53
Binary 11000111 10011 10001011 0 1011010 11110 10110 101000000 1010011 101011

Color Harmonies of #C7138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7138B

Black with #C7138B

Text Example


Text Example

White with #C7138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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