Html Css Color HEX #C7149A Medium Violet Red

📋 copy color: '#C7149A'

red 199 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #C7149A

Tints of Medium Violet Red #C7149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.29%

R = 53.35%
G = 5.36%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7149A (or 0xC7149A) is known color: Medium Violet Red. HEX triplet: C7, 14 and 9A. RGB value is (199,20,154). Sum of RGB (Red+Green+Blue) = 199+20+154=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7149A is #38EB65. Grayscale: #585858. Windows color (decimal): -3730278 or 10097863. OLE color: 10097863.

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

Color convert

RGB 199 20 154 -
CMYK 0 0.90 0.23 0.22
HSL 315.08º 0.82% 0.43% -
HSV(B) 315.08º 0.9% 0.78% -
XYZ 29.64 14.98 31.9 -
YUV 88.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 199 20 154 0 0.90 0.23 0.22 315.08 0.82 0.43
Hex C7 14 9A 0 5A 17 16 13B 52 2B
Octal 307 24 232 0 132 27 26 473 122 53
Binary 11000111 10100 10011010 0 1011010 10111 10110 100111011 1010010 101011

Color Harmonies of #C7149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7149A

Black with #C7149A

Text Example


Text Example

White with #C7149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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