Html Css Color HEX #C6149C Medium Violet Red

📋 copy color: '#C6149C'

red 198 ◦ green 20 ◦ blue 156

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

Shades of Medium Violet Red #C6149C

Tints of Medium Violet Red #C6149C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 52.94%
G = 5.35%
B = 41.71%

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

#C6149C (or 0xC6149C) is known color: Medium Violet Red. HEX triplet: C6, 14 and 9C. RGB value is (198,20,156). Sum of RGB (Red+Green+Blue) = 198+20+156=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6149C is #39EB63. Grayscale: #585858. Windows color (decimal): -3795812 or 10228934. OLE color: 10228934.

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

Color convert

RGB 198 20 156 -
CMYK 0 0.90 0.21 0.22
HSL 314.16º 0.82% 0.43% -
HSV(B) 314.16º 0.9% 0.78% -
XYZ 29.54 14.91 32.77 -
YUV 88.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 198 20 156 0 0.90 0.21 0.22 314.16 0.82 0.43
Hex C6 14 9C 0 5A 15 16 13A 52 2B
Octal 306 24 234 0 132 25 26 472 122 53
Binary 11000110 10100 10011100 0 1011010 10101 10110 100111010 1010010 101011

Color Harmonies of #C6149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6149C

Black with #C6149C

Text Example


Text Example

White with #C6149C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6149C; }

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

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

background-color css

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

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

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

border-color css

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

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

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