Html Css Color HEX #C7149B Medium Violet Red

📋 copy color: '#C7149B'

red 199 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #C7149B

Tints of Medium Violet Red #C7149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.35%

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 53.21%
G = 5.35%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7149B (or 0xC7149B) is known color: Medium Violet Red. HEX triplet: C7, 14 and 9B. RGB value is (199,20,155). Sum of RGB (Red+Green+Blue) = 199+20+155=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7149B is #38EB64. Grayscale: #585858. Windows color (decimal): -3730277 or 10163399. OLE color: 10163399.

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

Color convert

RGB 199 20 155 -
CMYK 0 0.90 0.22 0.22
HSL 314.75º 0.82% 0.43% -
HSV(B) 314.75º 0.9% 0.78% -
XYZ 29.72 15.01 32.34 -
YUV 88.91 165.3 206.52 -
System Red Green Blue C M Y K H S L
Decimal 199 20 155 0 0.90 0.22 0.22 314.75 0.82 0.43
Hex C7 14 9B 0 5A 16 16 13B 52 2B
Octal 307 24 233 0 132 26 26 473 122 53
Binary 11000111 10100 10011011 0 1011010 10110 10110 100111011 1010010 101011

Color Harmonies of #C7149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7149B

Black with #C7149B

Text Example


Text Example

White with #C7149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7149B; }

 p { color: rgb(199,20,155); }

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

background-color css

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

 a { background-color: rgb(199,20,155); }

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

border-color css

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

 span { border-color: rgb(199,20,155); }

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