Html Css Color HEX #C6149D Medium Violet Red

📋 copy color: '#C6149D'

red 198 ◦ green 20 ◦ blue 157

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

Shades of Medium Violet Red #C6149D

Tints of Medium Violet Red #C6149D

RGB

 RED value IS 198 (77.73% from 255) = 52.8%

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 52.8%
G = 5.33%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6149D (or 0xC6149D) is known color: Medium Violet Red. HEX triplet: C6, 14 and 9D. RGB value is (198,20,157). Sum of RGB (Red+Green+Blue) = 198+20+157=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6149D is #39EB62. Grayscale: #585858. Windows color (decimal): -3795811 or 10294470. OLE color: 10294470.

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

Color convert

RGB 198 20 157 -
CMYK 0 0.90 0.21 0.22
HSL 313.82º 0.82% 0.43% -
HSV(B) 313.82º 0.9% 0.78% -
XYZ 29.62 14.94 33.22 -
YUV 88.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 198 20 157 0 0.90 0.21 0.22 313.82 0.82 0.43
Hex C6 14 9D 0 5A 15 16 13A 52 2B
Octal 306 24 235 0 132 25 26 472 122 53
Binary 11000110 10100 10011101 0 1011010 10101 10110 100111010 1010010 101011

Color Harmonies of #C6149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6149D

Black with #C6149D

Text Example


Text Example

White with #C6149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6149D; }

 p { color: rgb(198,20,157); }

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

background-color css

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

 a { background-color: rgb(198,20,157); }

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

border-color css

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

 span { border-color: rgb(198,20,157); }

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