Html Css Color HEX #C7108A Medium Violet Red

📋 copy color: '#C7108A'

red 199 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #C7108A

Tints of Medium Violet Red #C7108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 56.37%
G = 4.53%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7108A (or 0xC7108A) is known color: Medium Violet Red. HEX triplet: C7, 10 and 8A. RGB value is (199,16,138). Sum of RGB (Red+Green+Blue) = 199+16+138=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C7108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7108A is #38EF75. Grayscale: #545454. Windows color (decimal): -3731318 or 9048263. OLE color: 9048263.

HSL color Cylindrical-coordinate representation of color #C7108A: hue angle of 320º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7108A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 138 -
CMYK 0 0.92 0.31 0.22
HSL 320º 0.85% 0.42% -
HSV(B) 320º 0.92% 0.78% -
XYZ 28.33 14.35 25.32 -
YUV 84.63 158.13 209.58 -
System Red Green Blue C M Y K H S L
Decimal 199 16 138 0 0.92 0.31 0.22 320 0.85 0.42
Hex C7 10 8A 0 5C 1F 16 140 55 2A
Octal 307 20 212 0 134 37 26 500 125 52
Binary 11000111 10000 10001010 0 1011100 11111 10110 101000000 1010101 101010

Color Harmonies of #C7108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7108A

Black with #C7108A

Text Example


Text Example

White with #C7108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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